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