public static enum TabBase.PropertyKeys extends Enum<TabBase.PropertyKeys>
Enum Constant and Description |
---|
ariaLabel |
closable |
disabled |
title |
titleStyle |
titleStyleClass |
titletip |
Modifier and Type | Method and Description |
---|---|
static TabBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabBase.PropertyKeys title
public static final TabBase.PropertyKeys titleStyle
public static final TabBase.PropertyKeys titleStyleClass
public static final TabBase.PropertyKeys disabled
public static final TabBase.PropertyKeys closable
public static final TabBase.PropertyKeys titletip
public static final TabBase.PropertyKeys ariaLabel
public static TabBase.PropertyKeys[] values()
for (TabBase.PropertyKeys c : TabBase.PropertyKeys.values()) System.out.println(c);
public static TabBase.PropertyKeys 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 nullCopyright © 2020. All rights reserved.