|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EUserAction>
org.wizard4j.user.EUserAction
public enum EUserAction
List of possible user actions.
| Enum Constant Summary | |
|---|---|
CANCEL
Cancel a flowchart execution. |
|
EXPLICITSAVE
Save action (will only be present when a FlowchartMonitor is connected to the session). |
|
GOTOINDEX
Goto certain (already visited) user interaction in flowchart execution by specifying the index of the user interaction. |
|
GOTOSTATE
Goto certain (already visited) user interaction in flowchart execution by specifying the state of the user interaction. |
|
NEXT
Goto next user interaction in flowchart execution. |
|
PREVIOUS
Goto previous user interaction in flowchart execution. |
|
RATE
Rate action (will only be present when a FlowchartMonitor is connected to the session). |
|
START
(Re)start a flowchart execution. |
|
| Method Summary | |
|---|---|
static EUserAction |
getActionByLabel(java.lang.String label)
|
java.lang.String |
label()
|
static EUserAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EUserAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 EUserAction START
public static final EUserAction CANCEL
public static final EUserAction NEXT
public static final EUserAction PREVIOUS
public static final EUserAction GOTOINDEX
public static final EUserAction GOTOSTATE
public static final EUserAction EXPLICITSAVE
public static final EUserAction RATE
| Method Detail |
|---|
public static EUserAction[] values()
for (EUserAction c : EUserAction.values()) System.out.println(c);
public static EUserAction 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 label()
public static EUserAction getActionByLabel(java.lang.String label)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||