|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EFapsKey>
org.efaps.ui.wicket.util.EFapsKey
public enum EFapsKey
Enum is used to store all kind of keys used to store values passed from an esjp to a component or site in one place.
| Enum Constant Summary | |
|---|---|
AUTOCOMPLETE_CHOICE
Key used for the value in the map. |
|
AUTOCOMPLETE_JAVASCRIPT
Key used for the javascript in the map. |
|
AUTOCOMPLETE_KEY
Key used for the key in the map. |
|
AUTOCOMPLETE_VALUE
Key used for the value in the map. |
|
FIELDUPDATE_JAVASCRIPT
Key used for the javascript in the map. |
|
INSTANCE_CACHEKEY
key used to store instances in a request. |
|
TABLEROW_NAME
Key used as name for the hidden field that makes a row unique. |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Getter method for the instance variable key. |
static EFapsKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EFapsKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EFapsKey AUTOCOMPLETE_VALUE
public static final EFapsKey AUTOCOMPLETE_CHOICE
public static final EFapsKey AUTOCOMPLETE_KEY
public static final EFapsKey AUTOCOMPLETE_JAVASCRIPT
public static final EFapsKey FIELDUPDATE_JAVASCRIPT
public static final EFapsKey TABLEROW_NAME
public static final EFapsKey INSTANCE_CACHEKEY
| Method Detail |
|---|
public static EFapsKey[] values()
for (EFapsKey c : EFapsKey.values()) System.out.println(c);
public static EFapsKey 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
key.
key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||