com.vaadin.flow.component.tabs.
Enum Class TabSheetVariant
All Implemented Interfaces:
ThemeVariant
, Serializable
, Comparable<TabSheetVariant>
, Constable
Set of theme variants applicable for vaadin-tabsheet
component.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionGets the variant name.
static TabSheetVariant
Returns the enum constant of this class with the specified name.
static TabSheetVariant[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LUMO_TABS_ICON_ON_TOP
Deprecated.UseTabVariant.LUMO_ICON_ON_TOP
on individualTab
instances instead. -
LUMO_TABS_CENTERED
-
LUMO_TABS_SMALL
-
LUMO_TABS_MINIMAL
-
LUMO_TABS_HIDE_SCROLL_BUTTONS
-
LUMO_TABS_EQUAL_WIDTH_TABS
-
LUMO_BORDERED
-
LUMO_NO_PADDING
-
MATERIAL_TABS_FIXED
-
MATERIAL_BORDERED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
Parameters:
name
- the name of the enum constant to be returned.Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null -
getVariantName
Gets the variant name.
Specified by:
getVariantName
in interfaceThemeVariant
Returns:
variant name
-
TabVariant.LUMO_ICON_ON_TOP
on individualTab
instances instead.