Uses of Class
org.vaadin.firitin.components.button.VButton.ButtonType
-
Packages that use VButton.ButtonType Package Description org.vaadin.firitin.components.button -
-
Uses of VButton.ButtonType in org.vaadin.firitin.components.button
Methods in org.vaadin.firitin.components.button that return VButton.ButtonType Modifier and Type Method Description VButton.ButtonTypeVButton. getType()static VButton.ButtonTypeVButton.ButtonType. valueOf(String name)Returns the enum constant of this type with the specified name.static VButton.ButtonType[]VButton.ButtonType. 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.ButtonType Modifier and Type Method Description voidVButton. setType(VButton.ButtonType type)VButtonVButton. withType(VButton.ButtonType type)
-