Uses of Class
com.vaadin.flow.component.tabs.TabsVariant
-
-
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 TabsVariantTabsVariant. 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 voidGeneratedVaadinTabs. addThemeVariants(TabsVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidTabs. addThemeVariants(TabsVariant... variants)Adds theme variants to the component.voidGeneratedVaadinTabs. removeThemeVariants(TabsVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidTabs. removeThemeVariants(TabsVariant... variants)Removes theme variants from the component.
-