static enum UISelectItem.PropertyKeys extends java.lang.Enum<UISelectItem.PropertyKeys>
Enum Constant and Description |
---|
itemDescription |
itemDisabled |
itemEscaped |
itemLabel |
itemValue |
noSelectionOption |
value |
Modifier and Type | Method and Description |
---|---|
static UISelectItem.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UISelectItem.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UISelectItem.PropertyKeys itemDescription
public static final UISelectItem.PropertyKeys itemDisabled
public static final UISelectItem.PropertyKeys itemEscaped
public static final UISelectItem.PropertyKeys itemLabel
public static final UISelectItem.PropertyKeys itemValue
public static final UISelectItem.PropertyKeys value
public static final UISelectItem.PropertyKeys noSelectionOption
public static UISelectItem.PropertyKeys[] values()
for (UISelectItem.PropertyKeys c : UISelectItem.PropertyKeys.values()) System.out.println(c);
public static UISelectItem.PropertyKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null