Uses of Class
com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState

Packages that use LifeCycleState
com.sdm.quasar.client.core.dialog.impl   
com.sdm.quasar.client.core.dialog.lifecycle   
com.sdm.quasar.client.core.dialog.services   
com.sdm.quasar.client.core.dialog.services.impl   
com.sdm.quasar.client.core.dialogbase.features   
 

Uses of LifeCycleState in com.sdm.quasar.client.core.dialog.impl
 

Methods in com.sdm.quasar.client.core.dialog.impl that return LifeCycleState
 LifeCycleState DialogManager.getLifeCycleState(ID id)
          Returns a LifeCycleState for the given id.
 LifeCycleState DefaultSubDialogLifeCycleController.getLifeCycleState()
           
 LifeCycleState DefaultSubDialogControl.getLifeCycleState()
           
 LifeCycleState DefaultDialogManager.getLifeCycleState(ID id)
           
 LifeCycleState DefaultDialogInstanceController.getLifeCycleState()
           
 LifeCycleState DefaultDialogControl.getLifeCycleState()
           
 

Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type LifeCycleState
 void DefaultLifeCycleListenerSupport.lifeCycleStateChanged(DialogInstanceId diid, LifeCycleState state, LifeCycleState previousState, LifeCycleCompletionLevel completionLevel)
           
 

Uses of LifeCycleState in com.sdm.quasar.client.core.dialog.lifecycle
 

Fields in com.sdm.quasar.client.core.dialog.lifecycle declared as LifeCycleState
static LifeCycleState LifeCycleState.CREATING
          State definition for the technical life cycle of a dialog: The dialog is currently been creatng, has already a dialog instance id assigned, but the constructor hasn't been called yet.
static LifeCycleState LifeCycleState.CREATED
          In the state created the dialog has been initialized, but it is not reacting to any events and is not displayed.
static LifeCycleState LifeCycleState.PREPARING
          State definition for the life cycle of a dialog: The dialog is currently prepearing.
static LifeCycleState LifeCycleState.PREPARED
          In the state prepared the dialog is not visible and does not process user events, but it has a visual representation and it may react to events from other dialogs.
static LifeCycleState LifeCycleState.ACTIVATING
          State definition for the technical life cycle of a dialog: The dialog is currently been activating.
static LifeCycleState LifeCycleState.ACTIVE
          In the state active the dialog is visible (although it may be hidden behind other dialogs) and it reacts to events.
static LifeCycleState LifeCycleState.DEACTIVATING
          State definition for the life cycle of a dialog within the DialogManager: The dialog is currently deactivating.
static LifeCycleState LifeCycleState.RELEASING
          State definition for the life cycle of a dialog within the DialogManager:
static LifeCycleState LifeCycleState.DISPOSING
          State definition for the life cycle of a dialog within the DialogManager: The dialog is currently disposing.
static LifeCycleState LifeCycleState.DISPOSED
          In the state a dialog has been disposed.
 

Methods in com.sdm.quasar.client.core.dialog.lifecycle that return LifeCycleState
 LifeCycleState LifeCycleStateProvider.getLifeCycleState()
           
 

Methods in com.sdm.quasar.client.core.dialog.lifecycle with parameters of type LifeCycleState
 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)
           
 

Uses of LifeCycleState in com.sdm.quasar.client.core.dialog.services
 

Methods in com.sdm.quasar.client.core.dialog.services that return LifeCycleState
 LifeCycleState DialogLifeCycleService.getLifeCycleState(DialogInstanceId diid)
          Returns a LifeCycleState for the given id.
 

Uses of LifeCycleState in com.sdm.quasar.client.core.dialog.services.impl
 

Methods in com.sdm.quasar.client.core.dialog.services.impl that return LifeCycleState
 LifeCycleState DefaultDialogLifeCycleService.getLifeCycleState(DialogInstanceId diid)
           
 

Uses of LifeCycleState in com.sdm.quasar.client.core.dialogbase.features
 

Methods in com.sdm.quasar.client.core.dialogbase.features that return LifeCycleState
protected  LifeCycleState AbstractControllerFeature.getLifeCycleState()
          Returns the LifeCycleState of the feature (e.g. the same than AbstractFeature.getDialogControl().