Uses of Class
org.hippoecm.frontend.dialog.AbstractDialog
-
Packages that use AbstractDialog 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 AbstractDialog in org.hippoecm.addon.workflow
Subclasses of AbstractDialog in org.hippoecm.addon.workflow 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>
-
Uses of AbstractDialog in org.hippoecm.frontend.dialog
Subclasses of AbstractDialog in org.hippoecm.frontend.dialog Modifier and Type Class Description class
Confirm
class
Dialog<ModelType>
class
ExceptionDialog
-
Uses of AbstractDialog in org.hippoecm.frontend.editor.workflow.dialog
Subclasses of AbstractDialog 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 AbstractDialog in org.hippoecm.frontend.plugins.jquery.upload.multiple
Subclasses of AbstractDialog 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
-