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
Methods 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)