|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of DialogControl in com.sdm.quasar.client.core.dialog |
| Methods in com.sdm.quasar.client.core.dialog that return DialogControl | |
protected DialogControl |
AbstractPerChildService.getDialogControl()
Returns the DialogControl of the parent dialog. |
protected DialogControl |
AbstractFeature.getDialogControl()
|
| Methods in com.sdm.quasar.client.core.dialog with parameters of type DialogControl | |
void |
Feature.attachDialogControl(DialogControl dialogControl)
Attaches the lifecycle of the Feature to the lifecycle of
the DialogControl given. |
void |
AbstractFeature.attachDialogControl(DialogControl dialogControl)
|
| Constructors in com.sdm.quasar.client.core.dialog with parameters of type DialogControl | |
AbstractPerChildService(DialogControl dialogControl,
SubDialogControl subDialogControl)
Creates a new AbstractPerChildService. |
|
| Uses of DialogControl in com.sdm.quasar.client.core.dialog.impl |
| Classes in com.sdm.quasar.client.core.dialog.impl that implement DialogControl | |
class |
DefaultDialogControl
Default implementation of DialogControl. |
| Constructors in com.sdm.quasar.client.core.dialog.impl with parameters of type DialogControl | |
DefaultFeatureManager(DialogControl dialogControl)
Creates a new DefaultFeatureManager. |
|
| Uses of DialogControl in com.sdm.quasar.client.core.dialog.services |
| Methods in com.sdm.quasar.client.core.dialog.services with parameters of type DialogControl | |
void |
DialogConfiguration.configureDialog(DialogControl dialogControl,
DialogProperties dialogProperties)
Initially configures the dialog represented by the given DialogControl.
|
void |
DefaultDialogConfiguration.configureDialog(DialogControl dialogControl,
DialogProperties dialogProperties)
|
| Uses of DialogControl in com.sdm.quasar.client.core.dialogbase.features |
| Constructors in com.sdm.quasar.client.core.dialogbase.features with parameters of type DialogControl | |
DeactivationCallbackHelper(DeactivationCallback deactivationCallback,
DialogInstanceId diid,
DialogControl dialogControl)
Creates a new DeactivationCallbackHelper. |
|
| Uses of DialogControl in com.sdm.quasar.client.core.dialogbase.services |
| Constructors in com.sdm.quasar.client.core.dialogbase.services with parameters of type DialogControl | |
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 DialogControl in com.sdm.quasar.client.jsf.dialog |
| Methods in com.sdm.quasar.client.jsf.dialog with parameters of type DialogControl | |
boolean |
DialogParameterHandler.handleMissingDialogParameters(HttpServletRequest request,
ServletResponse response,
DialogControl sessionDialogControl,
DialogParameterHandlerCallback callback)
This method is called when the dialog parameters, i.e. the dialog id or the dialog instance id, are incomplete. |
boolean |
DialogParameterHandler.handleInvalidSequenceNumber(HttpServletRequest request,
ServletResponse response,
DialogControl sessionDialogControl,
DialogInstanceId dialogInstanceId,
java.lang.String url,
DialogParameterHandlerCallback callback)
This method is called when the sequence number is invalid. |
boolean |
DefaultDialogParameterHandler.handleMissingDialogParameters(HttpServletRequest request,
ServletResponse response,
DialogControl sessionDialogControl,
DialogParameterHandlerCallback callback)
This method is called when the dialog parameters, i.e. the dialog id or the dialog instance id, are incomplete. This may be a request to enter the application, a request from a bookmark or a request from a dialog that is closed and should not be recreated automatically. |
boolean |
DefaultDialogParameterHandler.handleInvalidSequenceNumber(HttpServletRequest request,
ServletResponse response,
DialogControl sessionDialogControl,
DialogInstanceId dialogInstanceId,
java.lang.String webPageUrl,
DialogParameterHandlerCallback callback)
The sequence number is invalid: the request was from a dialog in an old state or a double submit of the same request. |
| Uses of DialogControl in com.sdm.quasar.client.showcase.jsf.application |
| Methods in com.sdm.quasar.client.showcase.jsf.application with parameters of type DialogControl | |
boolean |
ShowcaseDialogParameterHandler.handleMissingDialogParameters(HttpServletRequest request,
ServletResponse response,
DialogControl sessionDialogControl,
DialogParameterHandlerCallback callback)
|
boolean |
ShowcaseDialogParameterHandler.handleInvalidSequenceNumber(HttpServletRequest request,
ServletResponse response,
DialogControl sessionDialogControl,
DialogInstanceId dialogInstanceId,
java.lang.String webPageUrl,
DialogParameterHandlerCallback callback)
|
| Uses of DialogControl in com.sdm.quasar.client.swing.embedding.services |
| Constructors in com.sdm.quasar.client.swing.embedding.services with parameters of type DialogControl | |
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. |
|
| Uses of DialogControl in com.sdm.quasar.client.swing.systeminfo |
| Methods in com.sdm.quasar.client.swing.systeminfo with parameters of type DialogControl | |
static void |
SystemInfoDialogHelper.showSystemInfoDialog(DialogControl dialogControl)
Shows up the system info dialog depending on the DialogControl given. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||