|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.AbstractPerChildService
Note: The user that instanciates the concrete class has to assure,
that the service implementation is installed at the same SubDialogControl
as passed here by the constructor.
| Constructor Summary | |
AbstractPerChildService(DialogControl dialogControl,
SubDialogControl subDialogControl)
Creates a new AbstractPerChildService. |
|
| Method Summary | |
protected DialogControl |
getDialogControl()
Returns the DialogControl of the parent dialog. |
protected SubDialogControl |
getSubDialogControl()
Returns the SubDialogControl where the service is installed to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sdm.quasar.client.core.common.Disposable |
dispose |
| Constructor Detail |
public AbstractPerChildService(DialogControl dialogControl,
SubDialogControl subDialogControl)
AbstractPerChildService.
dialogControl - the DialogControl of the current / parent dialogsubDialogControl - the SubDialogControl of the child where service should be
installed for| Method Detail |
protected final SubDialogControl getSubDialogControl()
SubDialogControl where the service is installed to.
protected final DialogControl getDialogControl()
DialogControl of the parent dialog.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||