Uses of Interface
org.hippoecm.frontend.dialog.IDialogService.Dialog
-
-
Uses of IDialogService.Dialog in org.hippoecm.addon.workflow
Classes in org.hippoecm.addon.workflow that implement IDialogService.Dialog Modifier and Type Class Description class
AbstractWorkflowDialog<T>
Deprecated.This class is deprecated since 13.1.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 AbstractDialogclass
ConfirmDialog
class
DestinationDialog
class
TextDialog
class
WorkflowDialog<T>
Methods in org.hippoecm.addon.workflow that return IDialogService.Dialog Modifier and Type Method Description protected IDialogService.Dialog
StdWorkflow. createRequestDialog()
protected IDialogService.Dialog
StdWorkflow. createResponseDialog(Exception ex)
protected IDialogService.Dialog
StdWorkflow. createResponseDialog(String message)
-
Uses of IDialogService.Dialog in org.hippoecm.frontend.dialog
Classes in org.hippoecm.frontend.dialog that implement IDialogService.Dialog Modifier and Type Class Description class
AbstractDialog<T>
Utility class for implementing theIDialogService.Dialog
interface.class
AbstractWizard<T>
class
Confirm
class
Dialog<ModelType>
class
ExceptionDialog
class
Wizard<T>
Methods in org.hippoecm.frontend.dialog that return IDialogService.Dialog Modifier and Type Method Description IDialogService.Dialog
IDialogFactory. createDialog()
Methods in org.hippoecm.frontend.dialog with parameters of type IDialogService.Dialog Modifier and Type Method 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
DialogWindow. show(IDialogService.Dialog dialog)
void
IDialogService. show(IDialogService.Dialog dialog)
Show a dialog. -
Uses of IDialogService.Dialog in org.hippoecm.frontend.editor.workflow.dialog
Classes in org.hippoecm.frontend.editor.workflow.dialog that implement IDialogService.Dialog Modifier and Type Class Description class
DeleteDialog
class
DocumentMetadataDialog
A dialog that shows document metadata.class
WhereUsedDialog
A dialog that shows where a document is used, i.e. -
Uses of IDialogService.Dialog in org.hippoecm.frontend.plugins.jquery.upload.multiple
Classes in org.hippoecm.frontend.plugins.jquery.upload.multiple that implement IDialogService.Dialog Modifier and Type Class Description class
JQueryFileUploadDialog
The multi-files upload dialog using jQuery File Upload plugin -
Uses of IDialogService.Dialog in org.hippoecm.frontend.plugins.standards.panelperspective
Methods in org.hippoecm.frontend.plugins.standards.panelperspective with parameters of type IDialogService.Dialog Modifier and Type Method Description void
PanelPluginPerspective. showDialog(IDialogService.Dialog dialog)
-