public static enum TabMenuBase.PropertyKeys extends Enum<TabMenuBase.PropertyKeys>
Enum Constant and Description |
---|
activeIndex |
model |
style |
styleClass |
widgetVar |
Modifier and Type | Method and Description |
---|---|
static TabMenuBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabMenuBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabMenuBase.PropertyKeys widgetVar
public static final TabMenuBase.PropertyKeys model
public static final TabMenuBase.PropertyKeys style
public static final TabMenuBase.PropertyKeys styleClass
public static final TabMenuBase.PropertyKeys activeIndex
public static TabMenuBase.PropertyKeys[] values()
for (TabMenuBase.PropertyKeys c : TabMenuBase.PropertyKeys.values()) System.out.println(c);
public static TabMenuBase.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.