Uses of Class
com.vaadin.flow.component.button.ButtonVariant
-
Packages that use ButtonVariant Package Description com.vaadin.flow.component.button -
-
Uses of ButtonVariant in com.vaadin.flow.component.button
Methods in com.vaadin.flow.component.button that return ButtonVariant Modifier and Type Method Description static ButtonVariant
ButtonVariant. valueOf(String name)
Returns the enum constant of this type with the specified name.static ButtonVariant[]
ButtonVariant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.button with parameters of type ButtonVariant Modifier and Type Method Description void
Button. addThemeVariants(ButtonVariant... variants)
void
GeneratedVaadinButton. addThemeVariants(ButtonVariant... variants)
Deprecated.void
Button. removeThemeVariants(ButtonVariant... variants)
void
GeneratedVaadinButton. removeThemeVariants(ButtonVariant... variants)
Deprecated.
-