Uses of Enum Class
org.vaadin.firitin.components.button.VButton.ButtonColor
Packages that use VButton.ButtonColor
-
Uses of VButton.ButtonColor in org.vaadin.firitin.components.button
Subclasses with type arguments of type VButton.ButtonColor in org.vaadin.firitin.components.buttonClasses in org.vaadin.firitin.components.button that implement interfaces with type arguments of type VButton.ButtonColorMethods in org.vaadin.firitin.components.button that return VButton.ButtonColorModifier and TypeMethodDescriptionVButton.getColor()static VButton.ButtonColorReturns the enum constant of this class with the specified name.static VButton.ButtonColor[]VButton.ButtonColor.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.ButtonColorModifier and TypeMethodDescriptionvoidVButton.setColor(VButton.ButtonColor color) VButton.withColor(VButton.ButtonColor color)