Uses of Interface
org.hippoecm.frontend.dialog.IDialogService.Dialog
Packages that use IDialogService.Dialog
Package
Description
-
Uses of IDialogService.Dialog in org.hippoecm.addon.workflow
Classes in org.hippoecm.addon.workflow that implement IDialogService.DialogModifier 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
Methods in org.hippoecm.addon.workflow that return IDialogService.DialogModifier 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
Classes in org.hippoecm.frontend.dialog that implement IDialogService.DialogModifier and TypeClassDescriptionclass
Utility class for implementing theIDialogService.Dialog
interface.class
class
class
Dialog<ModelType>
class
class
TheDialog
that has capabilities for updating the components such asPanel
s, primaryButton
s and secondaryButton
sclass
Wizard<T>
Methods in org.hippoecm.frontend.dialog that return IDialogService.DialogMethods in org.hippoecm.frontend.dialog with parameters of type IDialogService.DialogModifier 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
Classes in org.hippoecm.frontend.editor.workflow.dialog that implement IDialogService.DialogModifier 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
Classes in org.hippoecm.frontend.plugins.jquery.upload.multiple that implement IDialogService.DialogModifier and TypeClassDescriptionclass
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.DialogModifier and TypeMethodDescriptionvoid
PanelPluginPerspective.showDialog
(IDialogService.Dialog dialog)