protected static enum UITabPanel.PropertyKeys extends Enum<UITabPanel.PropertyKeys>
Enum Constant and Description |
---|
dynamic |
offset |
prependId |
size |
step |
value |
var |
varStatus |
Modifier and Type | Method and Description |
---|---|
static UITabPanel.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UITabPanel.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UITabPanel.PropertyKeys value
public static final UITabPanel.PropertyKeys var
public static final UITabPanel.PropertyKeys size
public static final UITabPanel.PropertyKeys varStatus
public static final UITabPanel.PropertyKeys offset
public static final UITabPanel.PropertyKeys step
public static final UITabPanel.PropertyKeys dynamic
public static final UITabPanel.PropertyKeys prependId
public static UITabPanel.PropertyKeys[] values()
for (UITabPanel.PropertyKeys c : UITabPanel.PropertyKeys.values()) System.out.println(c);
public static UITabPanel.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 © 2014. All rights reserved.