static enum UIForm.PropertyKeys extends java.lang.Enum<UIForm.PropertyKeys>
| Enum Constant and Description |
|---|
lastId
Last id vended by
UIForm.createUniqueId(javax.faces.context.FacesContext, String). |
prependId
The prependId flag.
|
submitted |
| Modifier and Type | Method and Description |
|---|---|
static UIForm.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UIForm.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIForm.PropertyKeys prependId
The prependId flag.
public static final UIForm.PropertyKeys lastId
Last id vended by UIForm.createUniqueId(javax.faces.context.FacesContext, String).
public static final UIForm.PropertyKeys submitted
public static UIForm.PropertyKeys[] values()
for (UIForm.PropertyKeys c : UIForm.PropertyKeys.values()) System.out.println(c);
public static UIForm.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