|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SubDialogControl in com.sdm.quasar.client.core.dialog |
| Methods in com.sdm.quasar.client.core.dialog that return SubDialogControl | |
SubDialogControl |
DialogControl.createSubDialog(java.lang.String dialogId,
java.lang.Object context)
Creates a new dialog that is dependent on this dialog. |
protected SubDialogControl |
AbstractPerChildService.getSubDialogControl()
Returns the SubDialogControl where the service is installed to. |
| Methods in com.sdm.quasar.client.core.dialog with parameters of type SubDialogControl | |
boolean |
DialogControl.hasSubDialog(SubDialogControl subDialogControl)
Returns true, if the SubDialogControl given is a
valid sub dialog of this DialogControl (created via
DialogControl.createSubDialog(String, Object)), that is currently not
disposed. |
| Constructors in com.sdm.quasar.client.core.dialog with parameters of type SubDialogControl | |
AbstractPerChildService(DialogControl dialogControl,
SubDialogControl subDialogControl)
Creates a new AbstractPerChildService. |
|
| Uses of SubDialogControl in com.sdm.quasar.client.core.dialog.impl |
| Classes in com.sdm.quasar.client.core.dialog.impl that implement SubDialogControl | |
class |
DefaultSubDialogControl
Default implementation of SubDialogControl. |
| Methods in com.sdm.quasar.client.core.dialog.impl that return SubDialogControl | |
SubDialogControl |
DefaultDialogControl.createSubDialog(java.lang.String dialogId,
java.lang.Object context)
|
| Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type SubDialogControl | |
boolean |
DefaultDialogControl.hasSubDialog(SubDialogControl subDialogControl)
|
| Uses of SubDialogControl in com.sdm.quasar.client.core.dialogbase.features |
| Methods in com.sdm.quasar.client.core.dialogbase.features that return SubDialogControl | |
protected SubDialogControl |
DialogCreationFeature.createDialogInternal(java.lang.String dialogId,
java.lang.Object context,
DeactivationCallback deactivationCallback)
|
protected SubDialogControl |
DialogCreationFeature.checkForSingleton(java.lang.String dialogId,
java.lang.Object context,
DeactivationCallback deactivationCallback)
Checks if the requested dialog is a singleton dialog and if true serves the simngleton instance. |
protected SubDialogControl |
DialogCreationFeature.getSingletonDialog(java.lang.String dialogId,
java.lang.Object context,
DeactivationCallback deactivationCallback)
The method provides a singleton dialog: If the dialog is created once its singleton dialog instance will provided as long as it is not disposed. |
SubDialogControl |
AbstractControllerFeature.SubDialogController.getSubDialogControl()
Returns the SubDialogControl. |
| Methods in com.sdm.quasar.client.core.dialogbase.features with parameters of type SubDialogControl | |
void |
RootControllerFeature.addDialog(SubDialogControl subDialogControl)
Adds a new dialog to this RootControllerFeature. |
void |
RootControllerFeature.addDialog(SubDialogControl subDialogControl,
DeactivationCallback deactivationCallback)
Adds a new dialog to this RootControllerFeature. |
void |
RootControllerFeature.removeDialog(SubDialogControl subDialogControl)
Removes a previously added dialog from this controller |
protected boolean |
AbstractControllerFeature.hasSubDialogController(SubDialogControl subDialogControl)
Returns true, if the specified sub dialog is already embedded
within this embedding feature instance. |
protected AbstractControllerFeature.SubDialogController |
AbstractControllerFeature.getSubDialogController(SubDialogControl subDialogControl)
Returns the AbstractControllerFeature.SubDialogController for the embedded sub dialog specified
via the given SubDialogControl. |
protected AbstractControllerFeature.SubDialogController |
AbstractControllerFeature.addSubDialogController(java.lang.String localName,
SubDialogControl subDialogControl)
Adds the given SubDialogControl to this embedding feature using the given
local name. |
protected void |
AbstractControllerFeature.removeSubDialogController(SubDialogControl subDialogControl)
Removes a previously embedded sub dialog specified by its DialogInstanceId. |
protected void |
AbstractControllerFeature.onChildAdded(java.lang.String localName,
SubDialogControl subDialogControl)
Called whenever a child was added (before lifecycle methods will be called). |
protected void |
AbstractControllerFeature.onChildRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
Called whenever a child was removed. |
protected void |
AbstractControllerFeature.onChildActivated(java.lang.String localName,
SubDialogControl subDialogControl)
Called whenever a child was activated. |
protected void |
AbstractControllerFeature.onChildDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
Called whenever a child was deactivated. |
| Constructors in com.sdm.quasar.client.core.dialogbase.features with parameters of type SubDialogControl | |
AbstractControllerFeature.SubDialogController(java.lang.String localName,
SubDialogControl subDialogControl)
Creates a new SubDialogController. |
|
| Uses of SubDialogControl in com.sdm.quasar.client.core.dialogbase.services |
| Constructors in com.sdm.quasar.client.core.dialogbase.services with parameters of type SubDialogControl | |
AbstractCloseService(DialogControl dialogControl,
SubDialogControl subDialogControl,
java.lang.String registrationContext)
Creates a new AbstractCloseService. |
|
AbstractActivationService(DialogControl dialogControl,
SubDialogControl subDialogControl,
java.lang.String registrationContext)
Creates a new AbstractActivationService. |
|
| Uses of SubDialogControl in com.sdm.quasar.client.core.embedding |
| Methods in com.sdm.quasar.client.core.embedding that return SubDialogControl | |
SubDialogControl |
SingleActivationController.getSubDialogControl(java.lang.String localName)
Returns the SubDialogControl of an controlled subdialog which was
registered under the local name given. |
SubDialogControl |
MultipleActivationController.getSubDialogControl(java.lang.String localName)
Returns the SubDialogControl of an controlled subdialog which was
registered under the local name given. |
SubDialogControl |
FullActivationController.getSubDialogControl(java.lang.String localName)
Returns the SubDialogControl of an controlled subdialog which was
registered under the local name given. |
| Methods in com.sdm.quasar.client.core.embedding with parameters of type SubDialogControl | |
void |
SingleActivationController.addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
Adds a new subdialog to get controlled by this controller. |
void |
SingleActivationController.removeSubDialog(SubDialogControl subDialogControl)
Removes the specified previously added subdialog from this controller. |
void |
MultipleActivationController.addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
Adds a new subdialog to get controlled by this controller. |
void |
MultipleActivationController.removeSubDialog(SubDialogControl subDialogControl)
Removes the specified previously added subdialog from this controller. |
void |
FullActivationController.addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
Adds a new subdialog to get controlled by this controller. |
void |
FullActivationController.removeSubDialog(SubDialogControl subDialogControl)
Removes the specified previously added subdialog from this controller. |
void |
ActivationControllerListener.childAdded(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
ActivationControllerListener.childRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
ActivationControllerListener.childActivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
ActivationControllerListener.childDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
| Uses of SubDialogControl in com.sdm.quasar.client.core.embedding.features |
| Methods in com.sdm.quasar.client.core.embedding.features that return SubDialogControl | |
SubDialogControl |
SingleActivationControllerFeature.getSubDialogControl(java.lang.String localName)
|
SubDialogControl |
MultipleActivationControllerFeature.getSubDialogControl(java.lang.String localName)
|
SubDialogControl |
FullActivationControllerFeature.getSubDialogControl(java.lang.String localName)
|
| Methods in com.sdm.quasar.client.core.embedding.features with parameters of type SubDialogControl | |
void |
SingleActivationControllerFeature.addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
SingleActivationControllerFeature.removeSubDialog(SubDialogControl subDialogControl)
|
void |
MultipleActivationControllerFeature.addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
MultipleActivationControllerFeature.removeSubDialog(SubDialogControl subDialogControl)
|
void |
FullActivationControllerFeature.addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
FullActivationControllerFeature.removeSubDialog(SubDialogControl subDialogControl)
|
protected abstract void |
AbstractCompositeFeature.childActivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected abstract void |
AbstractCompositeFeature.childAdded(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected abstract void |
AbstractCompositeFeature.childDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected abstract void |
AbstractCompositeFeature.childRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
AbstractActivationControllerFeature.onChildAdded(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
AbstractActivationControllerFeature.onChildRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
AbstractActivationControllerFeature.onChildActivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
AbstractActivationControllerFeature.onChildDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
| Uses of SubDialogControl in com.sdm.quasar.client.jsf.embedding |
| Methods in com.sdm.quasar.client.jsf.embedding with parameters of type SubDialogControl | |
void |
SlotResolver.childActivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
SlotResolver.childAdded(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
SlotResolver.childDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
void |
SlotResolver.childRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
|
| Uses of SubDialogControl in com.sdm.quasar.client.swing.embedding.features |
| Methods in com.sdm.quasar.client.swing.embedding.features with parameters of type SubDialogControl | |
protected void |
TabCompositeFeature.childAdded(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
TabCompositeFeature.childActivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
TabCompositeFeature.childDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
TabCompositeFeature.childRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
PanelCompositeFeature.childAdded(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
PanelCompositeFeature.childActivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
PanelCompositeFeature.childDeactivated(java.lang.String localName,
SubDialogControl subDialogControl)
|
protected void |
PanelCompositeFeature.childRemoved(java.lang.String localName,
SubDialogControl subDialogControl)
|
| Uses of SubDialogControl in com.sdm.quasar.client.swing.embedding.services |
| Constructors in com.sdm.quasar.client.swing.embedding.services with parameters of type SubDialogControl | |
AbstractVisualRepresentationService(DialogControl dialogControl,
SubDialogControl subDialogControl,
java.lang.String registrationContext)
Creates a new AbstractVisualRepresentationService. |
|
AbstractTitleService(DialogControl dialogControl,
SubDialogControl subDialogControl,
java.lang.String registrationContext)
Creates a new AbstractTitleService. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||