@Generated(value={"Generator: com.vaadin.generator.ComponentGenerator#1.1-SNAPSHOT","WebComponent: Vaadin.TabsElement#2.1.1","Flow#1.1-SNAPSHOT"}) public enum TabsVariant extends Enum<TabsVariant>
vaadin-tabs
component.Enum Constant and Description |
---|
LUMO_CENTERED |
LUMO_EQUAL_WIDTH_TABS |
LUMO_HIDE_SCROLL_BUTTONS |
LUMO_ICON_ON_TOP |
LUMO_MINIMAL |
LUMO_SMALL |
MATERIAL_FIXED |
Modifier and Type | Method and Description |
---|---|
String |
getVariantName()
Gets the variant name.
|
static TabsVariant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabsVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabsVariant LUMO_ICON_ON_TOP
public static final TabsVariant LUMO_CENTERED
public static final TabsVariant LUMO_SMALL
public static final TabsVariant LUMO_MINIMAL
public static final TabsVariant LUMO_HIDE_SCROLL_BUTTONS
public static final TabsVariant LUMO_EQUAL_WIDTH_TABS
public static final TabsVariant MATERIAL_FIXED
public static TabsVariant[] values()
for (TabsVariant c : TabsVariant.values()) System.out.println(c);
public static TabsVariant valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getVariantName()
Copyright © 2019. All rights reserved.