Uses of Enum
com.flowingcode.vaadin.addons.githubbuttons.enums.MdoGitHubButtonType
Packages that use MdoGitHubButtonType
Package
Description
-
Uses of MdoGitHubButtonType in com.flowingcode.vaadin.addons.githubbuttons
Methods in com.flowingcode.vaadin.addons.githubbuttons that return MdoGitHubButtonTypeMethods in com.flowingcode.vaadin.addons.githubbuttons with parameters of type MdoGitHubButtonTypeModifier and TypeMethodDescriptionvoidMdoGitHubButton.setType(MdoGitHubButtonType type) Sets the button's type. -
Uses of MdoGitHubButtonType in com.flowingcode.vaadin.addons.githubbuttons.enums
Methods in com.flowingcode.vaadin.addons.githubbuttons.enums that return MdoGitHubButtonTypeModifier and TypeMethodDescriptionstatic MdoGitHubButtonTypeReturns the enum constant of this type with the specified name.static MdoGitHubButtonType[]MdoGitHubButtonType.values()Returns an array containing the constants of this enum type, in the order they are declared.