Uses of Enum
com.flowingcode.vaadin.addons.githubbuttons.enums.ButtonSize
Packages that use ButtonSize
Package
Description
-
Uses of ButtonSize in com.flowingcode.vaadin.addons.githubbuttons
Methods in com.flowingcode.vaadin.addons.githubbuttons that return ButtonSizeMethods in com.flowingcode.vaadin.addons.githubbuttons with parameters of type ButtonSizeModifier and TypeMethodDescriptionvoidSizeableGitHubButton.setSize(ButtonSize size) Sets size of the button. -
Uses of ButtonSize in com.flowingcode.vaadin.addons.githubbuttons.enums
Methods in com.flowingcode.vaadin.addons.githubbuttons.enums that return ButtonSizeModifier and TypeMethodDescriptionstatic ButtonSizeReturns the enum constant of this type with the specified name.static ButtonSize[]ButtonSize.values()Returns an array containing the constants of this enum type, in the order they are declared.