Uses of Class
org.hippoecm.frontend.dialog.Dialog
-
Packages that use Dialog Package Description org.hippoecm.addon.workflow org.hippoecm.frontend.dialog org.hippoecm.frontend.editor.workflow.dialog org.hippoecm.frontend.plugins.jquery.upload.multiple -
-
Uses of Dialog in org.hippoecm.addon.workflow
Subclasses of Dialog in org.hippoecm.addon.workflow Modifier and Type Class Description class
AbstractWorkflowDialog<T>
Deprecated.This class is deprecated since 13.1.class
ConfirmDialog
class
DestinationDialog
class
TextDialog
class
WorkflowDialog<T>
-
Uses of Dialog in org.hippoecm.frontend.dialog
Subclasses of Dialog in org.hippoecm.frontend.dialog Modifier and Type Class Description class
Confirm
class
ExceptionDialog
Methods in org.hippoecm.frontend.dialog that return Dialog Modifier and Type Method Description protected Dialog<ModelType>
DialogManager. createDialog(IPluginContext context, IPluginConfig config, Map<String,String> parameters)
-
Uses of Dialog in org.hippoecm.frontend.editor.workflow.dialog
Subclasses of Dialog in org.hippoecm.frontend.editor.workflow.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 Dialog in org.hippoecm.frontend.plugins.jquery.upload.multiple
Subclasses of Dialog in org.hippoecm.frontend.plugins.jquery.upload.multiple Modifier and Type Class Description class
JQueryFileUploadDialog
The multi-files upload dialog using jQuery File Upload plugin
-