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