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 classAbstractWorkflowDialog<T>Deprecated.This class is deprecated since 13.1.classCompatibilityWorkflowPlugin.WorkflowAction.ConfirmDialogDeprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.classCompatibilityWorkflowPlugin.WorkflowAction.DateDialogDeprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.classCompatibilityWorkflowPlugin.WorkflowAction.DestinationDialogDeprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.classCompatibilityWorkflowPlugin.WorkflowAction.NameDialogDeprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.classCompatibilityWorkflowPlugin.WorkflowAction.TextDialogDeprecated.Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.classCompatibilityWorkflowPlugin.WorkflowAction.WorkflowDialogDeprecated.Please extend directly from AbstractDialogclassConfirmDialogclassDestinationDialogclassTextDialogclassWorkflowDialog<T> -
Uses of AbstractDialog in org.hippoecm.frontend.dialog
Subclasses of AbstractDialog in org.hippoecm.frontend.dialog Modifier and Type Class Description classConfirmclassDialog<ModelType>classExceptionDialog -
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 classDeleteDialogclassDocumentMetadataDialogA dialog that shows document metadata.classWhereUsedDialogA 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 classJQueryFileUploadDialogThe multi-files upload dialog using jQuery File Upload plugin
-