Uses of Interface
org.hippoecm.frontend.dialog.IDialogService.Dialog
Package
Description
-
Uses of IDialogService.Dialog in org.hippoecm.addon.workflow
Modifier and TypeClassDescriptionclass
Deprecated.This class is deprecated since 13.1.class
Deprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.class
Deprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.class
Deprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.class
Deprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.class
Deprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.class
Deprecated.Please extend directly from AbstractDialogclass
class
class
class
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeClassDescriptionclass
Utility class for implementing theIDialogService.Dialog
interface.class
class
class
Dialog<ModelType>
class
class
Wizard<T>
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
class
A dialog that shows document metadata.class
A dialog that shows where a document is used, i.e. -
Uses of IDialogService.Dialog in org.hippoecm.frontend.plugins.jquery.upload.multiple
Modifier and TypeClassDescriptionclass
The multi-files upload dialog using jQuery File Upload plugin -
Uses of IDialogService.Dialog in org.hippoecm.frontend.plugins.standards.panelperspective
Modifier and TypeMethodDescriptionvoid
PanelPluginPerspective.showDialog
(IDialogService.Dialog dialog)