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 TabVariantTabVariant. 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 voidGeneratedVaadinTab. addThemeVariants(TabVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidTab. addThemeVariants(TabVariant... variants)Adds theme variants to the component.voidGeneratedVaadinTab. removeThemeVariants(TabVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidTab. removeThemeVariants(TabVariant... variants)Removes theme variants from the component.
-