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