Package | Description |
---|---|
com.vaadin.flow.component.progressbar |
Modifier and Type | Method and Description |
---|---|
static ProgressBarVariant |
ProgressBarVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressBarVariant[] |
ProgressBarVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneratedVaadinProgressBar.addThemeVariants(ProgressBarVariant... variants)
Adds theme variants to the component.
|
void |
GeneratedVaadinProgressBar.removeThemeVariants(ProgressBarVariant... variants)
Removes theme variants from the component.
|
Copyright © 2025. All rights reserved.