|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An ActivationController, that manages a set of sub dialogs with
a local name. Only a single sub dialog can be active at a time. The active
sub dialog can be set via setSubDialogActive(String).
| Method Summary | |
void |
addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
Adds a new subdialog to get controlled by this controller. |
SubDialogControl |
getSubDialogControl(java.lang.String localName)
Returns the SubDialogControl of an controlled subdialog which was
registered under the local name given. |
void |
removeSubDialog(java.lang.String localName)
Removes the specified previously added subdialog from this controller. |
void |
removeSubDialog(SubDialogControl subDialogControl)
Removes the specified previously added subdialog from this controller. |
void |
setSubDialogActive(java.lang.String localName)
Sets the controlled sub dialog with the given local name to active. |
| Methods inherited from interface com.sdm.quasar.client.core.embedding.ActivationController |
addActivationControllerListener, removeActivationControllerListener |
| Method Detail |
public void addSubDialog(java.lang.String localName,
SubDialogControl subDialogControl)
localName - a local name to choose (must be unique for this controller)subDialogControl - the SubDialogControl for the controlled subdialogpublic void removeSubDialog(SubDialogControl subDialogControl)
subDialogControl - the SubDialogControl specifying the subdialog to removepublic void removeSubDialog(java.lang.String localName)
localName - the local name specifying the subdialog to removepublic SubDialogControl getSubDialogControl(java.lang.String localName)
SubDialogControl of an controlled subdialog which was
registered under the local name given.
localName - the local name, where the subdialog was registered under
SubDialogControl of the controlled subdialogpublic void setSubDialogActive(java.lang.String localName)
null, no subdialog will become active.
localName - the local name of the subdialog to activate or null
to deactivate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||