Class GitHubButton

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, java.io.Serializable

    @Tag("wc-gh-button")
    @NpmPackage(value="@flowingcode/wc-ngx-github-buttons",
                version="1.0.0")
    @JsModule("@flowingcode/wc-ngx-github-buttons/elements/ngxGithubButtons.js")
    public class GitHubButton
    extends BaseGitHubButton
    Simple Github Star button.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GitHubButton()  
      GitHubButton​(java.lang.String repo, java.lang.String user)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GitHubButtonType getType()  
      void setType()  
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
    • Constructor Detail

      • GitHubButton

        public GitHubButton()
      • GitHubButton

        public GitHubButton​(java.lang.String repo,
                            java.lang.String user)
    • Method Detail

      • setType

        public void setType()