|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UIFormCellCmd.ExecutionStatus>
org.efaps.ui.wicket.models.cell.UIFormCellCmd.ExecutionStatus
public static enum UIFormCellCmd.ExecutionStatus
Enum is used to set for this UIFormCellCmd which status of execution it is in.
| Enum Constant Summary | |
|---|---|
EXECUTE
Method execute is executed. |
|
RENDER
Method evaluateRenderedContent is executed. |
|
| Method Summary | |
|---|---|
static UIFormCellCmd.ExecutionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UIFormCellCmd.ExecutionStatus[] |
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 UIFormCellCmd.ExecutionStatus RENDER
public static final UIFormCellCmd.ExecutionStatus EXECUTE
| Method Detail |
|---|
public static UIFormCellCmd.ExecutionStatus[] values()
for (UIFormCellCmd.ExecutionStatus c : UIFormCellCmd.ExecutionStatus.values()) System.out.println(c);
public static UIFormCellCmd.ExecutionStatus 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||