public enum TabVariant extends Enum<TabVariant>
vaadin-tab component.| Enum Constant and Description |
|---|
LUMO_ICON_ON_TOP |
| Modifier and Type | Method and Description |
|---|---|
String |
getVariantName()
Gets the variant name.
|
static TabVariant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabVariant LUMO_ICON_ON_TOP
public static TabVariant[] values()
for (TabVariant c : TabVariant.values()) System.out.println(c);
public static TabVariant 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 © 2025. All rights reserved.