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