Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkflowDialog<T> |
class |
CompatibilityWorkflowPlugin.WorkflowAction.ConfirmDialog
Deprecated.
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
class |
CompatibilityWorkflowPlugin.WorkflowAction.DateDialog
Deprecated.
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
class |
CompatibilityWorkflowPlugin.WorkflowAction.DestinationDialog
Deprecated.
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
class |
CompatibilityWorkflowPlugin.WorkflowAction.NameDialog
Deprecated.
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
class |
CompatibilityWorkflowPlugin.WorkflowAction.TextDialog
Deprecated.
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
class |
CompatibilityWorkflowPlugin.WorkflowAction.WorkflowDialog
Deprecated.
Please extend directly from AbstractDialog
|
class |
ConfirmDialog |
class |
DestinationDialog |
class |
TextDialog |
Modifier and Type | Method and Description |
---|---|
protected IDialogService.Dialog |
StdWorkflow.createRequestDialog() |
protected IDialogService.Dialog |
StdWorkflow.createResponseDialog(Exception ex) |
protected IDialogService.Dialog |
StdWorkflow.createResponseDialog(String message) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialog<T>
Utility class for implementing the
IDialogService.Dialog interface. |
class |
AbstractWizard<T> |
class |
ExceptionDialog |
Modifier and Type | Method and Description |
---|---|
IDialogService.Dialog |
IDialogFactory.createDialog() |
Modifier and Type | Method and Description |
---|---|
void |
DialogWindow.hide(IDialogService.Dialog dialog)
Hides the dialog, if it is currently shown, or removes it from the list of
to-be-shown dialogs.
|
void |
IDialogService.show(IDialogService.Dialog dialog)
Show a dialog.
|
void |
DialogWindow.show(IDialogService.Dialog dialog) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteDialog |
class |
WhereUsedDialog
A dialog that shows where a document is used, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
PanelPluginPerspective.showDialog(IDialogService.Dialog dialog) |
Modifier and Type | Class and Description |
---|---|
class |
MultiFileUploadDialog
A multi file upload dialog that can be configured by means of the
FileUploadWidgetSettings . |
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.