Uses of Class
com.vaadin.flow.component.progressbar.ProgressBarVariant
-
-
Uses of ProgressBarVariant in com.vaadin.flow.component.progressbar
Methods in com.vaadin.flow.component.progressbar that return ProgressBarVariant Modifier and Type Method Description static ProgressBarVariantProgressBarVariant. 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.Methods in com.vaadin.flow.component.progressbar with parameters of type ProgressBarVariant Modifier and Type Method Description voidGeneratedVaadinProgressBar. addThemeVariants(ProgressBarVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidProgressBar. addThemeVariants(ProgressBarVariant... variants)Adds theme variants to the component.voidGeneratedVaadinProgressBar. removeThemeVariants(ProgressBarVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidProgressBar. removeThemeVariants(ProgressBarVariant... variants)Removes theme variants from the component.
-