Uses of Class
net.moewes.cloudui.vaadin.Button.Size
-
Packages that use Button.Size Package Description net.moewes.cloudui.vaadin -
-
Uses of Button.Size in net.moewes.cloudui.vaadin
Methods in net.moewes.cloudui.vaadin that return Button.Size Modifier and Type Method Description static Button.Size
Button.Size. valueOf(String name)
Returns the enum constant of this type with the specified name.static Button.Size[]
Button.Size. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-