Uses of Class
org.vaadin.firitin.components.button.VButton.ButtonSize
-
Packages that use VButton.ButtonSize Package Description org.vaadin.firitin.components.button -
-
Uses of VButton.ButtonSize in org.vaadin.firitin.components.button
Methods in org.vaadin.firitin.components.button that return VButton.ButtonSize Modifier and Type Method Description VButton.ButtonSizeVButton. getSize()static VButton.ButtonSizeVButton.ButtonSize. valueOf(String name)Returns the enum constant of this type with the specified name.static VButton.ButtonSize[]VButton.ButtonSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.vaadin.firitin.components.button with parameters of type VButton.ButtonSize Modifier and Type Method Description voidVButton. setSize(VButton.ButtonSize size)VButtonVButton. withSize(VButton.ButtonSize size)
-