|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LifeCycleControl | |
| com.sdm.quasar.client.core.dialog | |
| com.sdm.quasar.client.core.dialog.impl | |
| Uses of LifeCycleControl in com.sdm.quasar.client.core.dialog |
| Subinterfaces of LifeCycleControl 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.
|
| Uses of LifeCycleControl in com.sdm.quasar.client.core.dialog.impl |
| Classes in com.sdm.quasar.client.core.dialog.impl that implement LifeCycleControl | |
class |
DefaultDialogControl
Default implementation of DialogControl. |
class |
DefaultDialogInstance
A default implementation of LifeCycleControl.
|
| Methods in com.sdm.quasar.client.core.dialog.impl that return LifeCycleControl | |
LifeCycleControl |
DialogInstance.getLifeCycleControl()
|
LifeCycleControl |
DefaultDialogInstance.getLifeCycleControl()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||