Uses of Class
com.flowingcode.vaadin.addons.githubbuttons.enums.GitHubButtonType
-
Packages that use GitHubButtonType Package Description com.flowingcode.vaadin.addons.githubbuttons com.flowingcode.vaadin.addons.githubbuttons.enums -
-
Uses of GitHubButtonType in com.flowingcode.vaadin.addons.githubbuttons
Methods in com.flowingcode.vaadin.addons.githubbuttons that return GitHubButtonType Modifier and Type Method Description GitHubButtonType
GitHubButton. getType()
-
Uses of GitHubButtonType in com.flowingcode.vaadin.addons.githubbuttons.enums
Methods in com.flowingcode.vaadin.addons.githubbuttons.enums that return GitHubButtonType Modifier and Type Method Description static GitHubButtonType
GitHubButtonType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GitHubButtonType[]
GitHubButtonType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-