Package | Description |
---|---|
com.vaadin.flow.component.button |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneratedVaadinButton.addThemeVariants(ButtonVariant... variants)
Adds theme variants to the component.
|
void |
GeneratedVaadinButton.removeThemeVariants(ButtonVariant... variants)
Removes theme variants from the component.
|
Copyright © 2021. All rights reserved.