Uses of Class
com.flowingcode.vaadin.addons.githubbuttons.enums.MdoGitHubButtonType
-
Packages that use MdoGitHubButtonType Package Description com.flowingcode.vaadin.addons.githubbuttons com.flowingcode.vaadin.addons.githubbuttons.enums -
-
Uses of MdoGitHubButtonType in com.flowingcode.vaadin.addons.githubbuttons
Methods in com.flowingcode.vaadin.addons.githubbuttons that return MdoGitHubButtonType Modifier and Type Method Description MdoGitHubButtonType
MdoGitHubButton. getType()
Methods in com.flowingcode.vaadin.addons.githubbuttons with parameters of type MdoGitHubButtonType Modifier and Type Method Description void
MdoGitHubButton. 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 MdoGitHubButtonType Modifier and Type Method Description static MdoGitHubButtonType
MdoGitHubButtonType. valueOf(java.lang.String name)
Returns 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.
-