static enum UIViewRoot.PropertyKeys extends java.lang.Enum<UIViewRoot.PropertyKeys>
Enum Constant and Description |
---|
afterPhase |
beforePhase |
lastId |
locale |
phaseListeners |
renderKitId
The render kit identifier of the
RenderKit associated
wth this view. |
viewId
The view identifier of this view.
|
viewScope |
Modifier and Type | Method and Description |
---|---|
static UIViewRoot.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UIViewRoot.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIViewRoot.PropertyKeys renderKitId
The render kit identifier of the RenderKit
associated
wth this view.
public static final UIViewRoot.PropertyKeys viewId
The view identifier of this view.
public static final UIViewRoot.PropertyKeys locale
public static final UIViewRoot.PropertyKeys lastId
public static final UIViewRoot.PropertyKeys beforePhase
public static final UIViewRoot.PropertyKeys afterPhase
public static final UIViewRoot.PropertyKeys phaseListeners
public static final UIViewRoot.PropertyKeys viewScope
public static UIViewRoot.PropertyKeys[] values()
for (UIViewRoot.PropertyKeys c : UIViewRoot.PropertyKeys.values()) System.out.println(c);
public static UIViewRoot.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