Uses of Class
com.vaadin.flow.component.tabs.TabsVariant
-
Packages that use TabsVariant Package Description com.vaadin.flow.component.tabs -
-
Uses of TabsVariant in com.vaadin.flow.component.tabs
Methods in com.vaadin.flow.component.tabs that return TabsVariant Modifier and Type Method Description static TabsVariant
TabsVariant. valueOf(String name)
Returns the enum constant of this type with the specified name.static TabsVariant[]
TabsVariant. 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 TabsVariant Modifier and Type Method Description void
GeneratedVaadinTabs. addThemeVariants(TabsVariant... variants)
Adds theme variants to the component.void
GeneratedVaadinTabs. removeThemeVariants(TabsVariant... variants)
Removes theme variants from the component.
-