Uses of Class
org.hippoecm.frontend.form.PostOnlyForm
-
Packages that use PostOnlyForm 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 PostOnlyForm in org.hippoecm.addon.workflow
Subclasses of PostOnlyForm 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 PostOnlyForm in org.hippoecm.frontend.dialog
Subclasses of PostOnlyForm in org.hippoecm.frontend.dialog Modifier and Type Class Description class
AbstractDialog<T>
Utility class for implementing theIDialogService.Dialog
interface.class
Confirm
class
Dialog<ModelType>
class
ExceptionDialog
class
HippoForm<T>
The HippoForm is used to manually clear old feedback messages prior processing becauseorg.hippoecm.frontend.plugins.cms.root.RootPlugin#RootPlugin
configured to keep all feedback messages after each request cycle. -
Uses of PostOnlyForm in org.hippoecm.frontend.editor.workflow.dialog
Subclasses of PostOnlyForm 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 PostOnlyForm in org.hippoecm.frontend.plugins.jquery.upload.multiple
Subclasses of PostOnlyForm 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
-