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 |
class |
WorkflowDialog<T> |
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 |
Dialog<T> |
class |
ExceptionDialog |
class |
Wizard<T> |
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 |
DocumentMetadataDialog
A dialog that shows document metadata.
|
class |
WhereUsedDialog
A dialog that shows where a document is used, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
JQueryFileUploadDialog
The multi-files upload dialog using jQuery File Upload plugin
|
Modifier and Type | Method and Description |
---|---|
void |
PanelPluginPerspective.showDialog(IDialogService.Dialog dialog) |
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.