Uses of Class
com.vaadin.flow.component.tabs.TabVariant
-
Packages that use TabVariant Package Description com.vaadin.flow.component.tabs -
-
Uses of TabVariant in com.vaadin.flow.component.tabs
Methods in com.vaadin.flow.component.tabs that return TabVariant Modifier and Type Method Description static TabVariant
TabVariant. valueOf(String name)
Returns the enum constant of this type with the specified name.static TabVariant[]
TabVariant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.tabs with parameters of type TabVariant Modifier and Type Method Description void
GeneratedVaadinTab. addThemeVariants(TabVariant... variants)
Deprecated.since v23.3, generated classes will be removed in v24.void
Tab. addThemeVariants(TabVariant... variants)
Adds theme variants to the component.void
GeneratedVaadinTab. removeThemeVariants(TabVariant... variants)
Deprecated.since v23.3, generated classes will be removed in v24.void
Tab. removeThemeVariants(TabVariant... variants)
Removes theme variants from the component.
-