|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UITable.UserAttributeKey>
org.efaps.ui.wicket.models.objects.UITable.UserAttributeKey
public static enum UITable.UserAttributeKey
This enum holds the Values used as part of the key for the UserAttributes witch belong to a TableModel.
| Enum Constant Summary | |
|---|---|
COLUMNORDER
Key used for the order of Columns. |
|
COLUMNWIDTH
Key used for the widths of Columns. |
|
SORTDIRECTION
Key used for the sort direction. |
|
SORTKEY
Key used for the Column. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
|
static UITable.UserAttributeKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UITable.UserAttributeKey[] |
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 UITable.UserAttributeKey COLUMNORDER
public static final UITable.UserAttributeKey COLUMNWIDTH
public static final UITable.UserAttributeKey SORTDIRECTION
public static final UITable.UserAttributeKey SORTKEY
| Method Detail |
|---|
public static UITable.UserAttributeKey[] values()
for (UITable.UserAttributeKey c : UITable.UserAttributeKey.values()) System.out.println(c);
public static UITable.UserAttributeKey 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 getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||