|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LifeCycleStateProvider | |
| com.sdm.quasar.client.core.dialog | |
| com.sdm.quasar.client.core.dialog.impl | |
| com.sdm.quasar.client.core.dialog.lifecycle | |
| Uses of LifeCycleStateProvider in com.sdm.quasar.client.core.dialog |
| Subinterfaces of LifeCycleStateProvider in com.sdm.quasar.client.core.dialog | |
interface |
DialogControl
DialogControl is the central interface for dialog implementors, to
create and control subdialogs, that are managed by the dialog environment
(see methods of this interface directly),
access Services
of other dialogs (see DialogServiceAccess subinterface),
provide Services
to other dialogs (see DialogServiceAccess subinterface),
manage Features for this dialog node (see FeatureManager
subinterface)
take part of this dialog node's lifecycle (see LifeCycleControl
subinterface (but mostly this will be done by writing and installing a Feature)
This interface is offered to all dialogs that are managed by the dialog environment.
|
interface |
SubDialogControl
Controls a sub dialog, that was created by the using dialog. |
| Uses of LifeCycleStateProvider in com.sdm.quasar.client.core.dialog.impl |
| Classes in com.sdm.quasar.client.core.dialog.impl that implement LifeCycleStateProvider | |
class |
DefaultDialogControl
Default implementation of DialogControl. |
class |
DefaultDialogInstanceController
|
class |
DefaultSubDialogControl
Default implementation of SubDialogControl. |
class |
DefaultSubDialogLifeCycleController
A default implementation of SubDialogLifeCycleController.
|
| Methods in com.sdm.quasar.client.core.dialog.impl that return LifeCycleStateProvider | |
LifeCycleStateProvider |
DialogInstance.getLifeCycleStateProvider()
|
LifeCycleStateProvider |
DefaultDialogInstance.getLifeCycleStateProvider()
|
| Constructors in com.sdm.quasar.client.core.dialog.impl with parameters of type LifeCycleStateProvider | |
DefaultDialogInstance(DialogInstanceId diid,
LifeCycleStateProvider lifeCycleStateProvider,
DialogLifeCycleController dialogLifeCycleController,
HierarchyManager hierarchyManager,
DialogManager dialogManager,
DialogServiceManager dialogServiceManager)
Creates a new DefaultDialogInstance. |
|
| Uses of LifeCycleStateProvider in com.sdm.quasar.client.core.dialog.lifecycle |
| Subinterfaces of LifeCycleStateProvider in com.sdm.quasar.client.core.dialog.lifecycle | |
interface |
SubDialogLifeCycleController
This is a control interface for the lifecycle of a concrete child-dialog of the dialog acting for. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||