protected static enum DynaForm.PropertyKeys extends java.lang.Enum<DynaForm.PropertyKeys>
| Enum Constant and Description |
|---|
autoSubmit |
buttonBarPosition |
openExtended |
style |
styleClass |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DynaForm.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynaForm.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynaForm.PropertyKeys widgetVar
public static final DynaForm.PropertyKeys autoSubmit
public static final DynaForm.PropertyKeys openExtended
public static final DynaForm.PropertyKeys buttonBarPosition
public static final DynaForm.PropertyKeys style
public static final DynaForm.PropertyKeys styleClass
public static DynaForm.PropertyKeys[] values()
for (DynaForm.PropertyKeys c : DynaForm.PropertyKeys.values()) System.out.println(c);
public static DynaForm.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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<DynaForm.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.