Uses of Enum
com.flowingcode.vaadin.addons.githubbuttons.enums.NtkmeGitHubButtonType
Packages that use NtkmeGitHubButtonType
Package
Description
-
Uses of NtkmeGitHubButtonType in com.flowingcode.vaadin.addons.githubbuttons
Methods in com.flowingcode.vaadin.addons.githubbuttons that return NtkmeGitHubButtonTypeMethods in com.flowingcode.vaadin.addons.githubbuttons with parameters of type NtkmeGitHubButtonTypeModifier and TypeMethodDescriptionvoidNtkmeGitHubButton.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 NtkmeGitHubButtonTypeModifier and TypeMethodDescriptionstatic NtkmeGitHubButtonTypeReturns 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.