com.sdm.quasar.client.core.dialog.impl
Interface DialogInstance
- All Known Implementing Classes:
- DefaultDialogInstance
- public interface DialogInstance
- Version:
- 1.$Revision$
- Author:
- Thomas Wolf
getDialogInstanceId
public DialogInstanceId getDialogInstanceId()
- Returns:
- the instance id of the dialog.
getCreationContext
public java.lang.Object getCreationContext()
- Returns the creation context passed by the dialog instance creation of this
dialog instance.
getDialogManager
public DialogManager getDialogManager()
- Returns:
- the
DialogManager used.
getDialogServiceManager
public DialogServiceManager getDialogServiceManager()
- Returns:
- the
DialogServiceManager used.
getHierarchyManager
public HierarchyManager getHierarchyManager()
- Returns:
- the
HierarchyManager to use.
getLifeCycleStateProvider
public LifeCycleStateProvider getLifeCycleStateProvider()
- Returns:
- the
LifeCycleStateProvider providing the lifecycle state.
getLifeCycleControl
public LifeCycleControl getLifeCycleControl()
- Returns:
- the
LifeCycleControl used.
getDialogLifeCycleController
public DialogLifeCycleController getDialogLifeCycleController()
- Returns:
- the
DialogLifeCycleController used.
getFeatureManager
public FeatureManager getFeatureManager()
- Returns:
- the
FeatureManager to use.