|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
The internal class to access informations of a controlled subdialog
| Constructor Summary | |
AbstractControllerFeature.SubDialogController(java.lang.String localName,
SubDialogControl subDialogControl)
Creates a new SubDialogController. |
|
| Method Summary | |
boolean |
canActivate()
|
boolean |
canDeactivate()
|
DialogInstanceId |
getDialogInstanceId()
|
java.lang.String |
getLocalName()
Returns the local name String. |
SubDialogControl |
getSubDialogControl()
Returns the SubDialogControl. |
boolean |
isCurrentlyActive()
|
boolean |
isMarkedActive()
Returns true, if the subdialog controlled is active or marked as
active. |
void |
registerService(java.lang.Class service,
Service implementation)
Registers a service on the given SubDialogControl;
see SubDialogServiceAccess.registerService(Class, Service). |
void |
setMarkActive(boolean active)
|
void |
unregisterServices()
Unregisters all service for the given SubDialogControl, that were installed
using this helper instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractControllerFeature.SubDialogController(java.lang.String localName,
SubDialogControl subDialogControl)
SubDialogController.
| Method Detail |
public java.lang.String getLocalName()
String.
public SubDialogControl getSubDialogControl()
SubDialogControl.
public DialogInstanceId getDialogInstanceId()
SubDialogControl.public boolean isMarkedActive()
true, if the subdialog controlled is active or marked as
active.
public boolean isCurrentlyActive()
public boolean canActivate()
public boolean canDeactivate()
public void setMarkActive(boolean active)
public void registerService(java.lang.Class service,
Service implementation)
SubDialogControl;
see SubDialogServiceAccess.registerService(Class, Service).
service - the interface that defines the serviceimplementation - the implementation of the service
java.lang.IllegalArgumentException - if the providerId is unknown,
service is not an interface or does not extend Service, or the
implementation does not implement the interface that defines the service.public void unregisterServices()
SubDialogControl, that were installed
using this helper instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||