Uses of Enum Class
org.vaadin.firitin.components.button.VButton.ButtonSize
Packages that use VButton.ButtonSize
-
Uses of VButton.ButtonSize in org.vaadin.firitin.components.button
Subclasses with type arguments of type VButton.ButtonSize in org.vaadin.firitin.components.buttonClasses in org.vaadin.firitin.components.button that implement interfaces with type arguments of type VButton.ButtonSizeMethods in org.vaadin.firitin.components.button that return VButton.ButtonSizeModifier and TypeMethodDescriptionVButton.getSize()
static VButton.ButtonSize
Returns the enum constant of this class with the specified name.static VButton.ButtonSize[]
VButton.ButtonSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.components.button with parameters of type VButton.ButtonSizeModifier and TypeMethodDescriptionvoid
VButton.setSize
(VButton.ButtonSize size) VButton.withSize
(VButton.ButtonSize size)