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