Class and Description |
---|
org.hippoecm.addon.workflow.AbstractWorkflowDialog
This class is deprecated since 13.1. Use the
WorkflowDialog instead. |
org.hippoecm.frontend.plugins.standards.browse.BreadcrumbPlugin
This plugin is deprecated since 10.0.x and replaced by the
NodeBreadcrumbWidget . This widget is
included by default in the LinkPickerDialog and AbstractBrowserDialog which means that the
complete breadcrumb plugin configuration can be removed. The root.paths property should be moved to
cluster node of the picker, e.g. cms-pickers/documents, and a value root.paths should be added to the
frontend:properties property if this cluster node. |
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin
Please directly extend from RenderPlugin.
In case you use the getModel and/or getModelObject methods, you should use the
Wicket getDefaultModel/getDefaultModelObject methods and use generics or cast
to IModel
protected void onStart() { super.onStart(); modelChanged(); }to be present, though this should be avoided. |
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction
Please directly extend from StdWorkflow, passing the enclosing RenderPlugin
and it's plugin context as final parameters to the constructor.
|
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.ConfirmDialog
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.DateDialog
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.DestinationDialog
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.NameDialog
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.TextDialog
Either implement a dialog extending directly from WorkflowDialog or use a standard dialog from the CMS API.
|
org.hippoecm.addon.workflow.CompatibilityWorkflowPlugin.WorkflowAction.WorkflowDialog
Please extend directly from AbstractDialog
|
org.hippoecm.frontend.plugins.standards.list.resolvers.CssClass
Use
ClassAttribute instead |
org.hippoecm.frontend.plugins.standards.list.resolvers.TitleAttribute
Use
TitleAttribute instead |
org.hippoecm.frontend.plugins.yui.javascript.YuiObject |
Field and Description |
---|
org.hippoecm.frontend.model.PropertyValueProvider.EMPTY_DATE
use
DateConstants.EMPTY_DATE instead. |
org.hippoecm.frontend.model.PropertyValueProvider.EMPTY_DATE_VALUE
use
DateConstants.EMPTY_DATE_VALUE instead. |
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.