|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Typesafe enum: represents the states of completion while a lifecycle transition
is made. Used together with the transition-states of LifeCycleState to
provide fine-grained information about progress in the lifecycle transition.
| Field Summary | |
static LifeCycleCompletionLevel[] |
ALL_INSTANCES
Stores all instances of this LifeCycleCompletionLevel. |
static LifeCycleCompletionLevel |
FINISHED_CHILDREN
Completed the child dialogs of the dialog node (does not include dialog node itself). |
static LifeCycleCompletionLevel |
FINISHED_DIALOG
Completed the dialog node (does not include childs). |
static LifeCycleCompletionLevel |
PLAIN
Nothing completed in the current notification. |
| Method Summary | |
static LifeCycleCompletionLevel[] |
getAllInstances()
Returns all instances of LifeCycleCompletionLevel. |
protected static LifeCycleCompletionLevel |
getInstanceForId(java.lang.String id)
Returns the LifeCycleCompletionLevel instance with the given id. |
protected java.lang.Object |
readResolve()
Overwrites behaviour on deserialization. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final LifeCycleCompletionLevel PLAIN
public static final LifeCycleCompletionLevel FINISHED_DIALOG
public static final LifeCycleCompletionLevel FINISHED_CHILDREN
public static final LifeCycleCompletionLevel[] ALL_INSTANCES
LifeCycleCompletionLevel.
| Method Detail |
public java.lang.String toString()
public static final LifeCycleCompletionLevel[] getAllInstances()
LifeCycleCompletionLevel.
protected static final LifeCycleCompletionLevel getInstanceForId(java.lang.String id)
LifeCycleCompletionLevel instance with the given id.
java.lang.IllegalArgumentException - if the id given is not known.
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||