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