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