|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LifeCycleCompletionLevel | |
| com.sdm.quasar.client.core.dialog.impl | |
| com.sdm.quasar.client.core.dialog.lifecycle | |
| Uses of LifeCycleCompletionLevel in com.sdm.quasar.client.core.dialog.impl |
| Methods in com.sdm.quasar.client.core.dialog.impl that return LifeCycleCompletionLevel | |
LifeCycleCompletionLevel |
DialogInstanceController.getLifeCycleCompletionLevel()
|
LifeCycleCompletionLevel |
DefaultDialogInstanceController.getLifeCycleCompletionLevel()
|
| Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type LifeCycleCompletionLevel | |
void |
DefaultLifeCycleListenerSupport.lifeCycleStateChanged(DialogInstanceId diid,
LifeCycleState state,
LifeCycleState previousState,
LifeCycleCompletionLevel completionLevel)
|
| Uses of LifeCycleCompletionLevel in com.sdm.quasar.client.core.dialog.lifecycle |
| Fields in com.sdm.quasar.client.core.dialog.lifecycle declared as LifeCycleCompletionLevel | |
static LifeCycleCompletionLevel |
LifeCycleCompletionLevel.PLAIN
Nothing completed in the current notification. |
static LifeCycleCompletionLevel |
LifeCycleCompletionLevel.FINISHED_DIALOG
Completed the dialog node (does not include childs). |
static LifeCycleCompletionLevel |
LifeCycleCompletionLevel.FINISHED_CHILDREN
Completed the child dialogs of the dialog node (does not include dialog node itself). |
static LifeCycleCompletionLevel[] |
LifeCycleCompletionLevel.ALL_INSTANCES
Stores all instances of this LifeCycleCompletionLevel. |
| Methods in com.sdm.quasar.client.core.dialog.lifecycle that return LifeCycleCompletionLevel | |
static LifeCycleCompletionLevel[] |
LifeCycleCompletionLevel.getAllInstances()
Returns all instances of LifeCycleCompletionLevel. |
protected static LifeCycleCompletionLevel |
LifeCycleCompletionLevel.getInstanceForId(java.lang.String id)
Returns the LifeCycleCompletionLevel instance with the given id. |
| Methods in com.sdm.quasar.client.core.dialog.lifecycle with parameters of type LifeCycleCompletionLevel | |
void |
LifeCycleListener.lifeCycleStateChanged(DialogInstanceId diid,
LifeCycleState state,
LifeCycleState previousState,
LifeCycleCompletionLevel completionLevel)
Notification: A dialog has changed from DialogLifeCycleState fromDialogLifeCycleState to
|
void |
LifeCycleAdapter.lifeCycleStateChanged(DialogInstanceId diid,
LifeCycleState state,
LifeCycleState previousState,
LifeCycleCompletionLevel completionLevel)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||