Interface and Description |
---|
org.hippoecm.frontend.plugins.standards.list.resolvers.IListAttributeModifier |
org.hippoecm.frontend.validation.ValidatorMessages |
Class and Description |
---|
org.hippoecm.frontend.widgets.AjaxDateTimeField
Deprecated due to no usage since version 4.1.0
|
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.widgets.DateFieldWidget
Deprecated due to no usage since version 4.1.0
|
org.hippoecm.frontend.plugins.gallery.imageutil.ImageMetaData
The behavior of this class has been moved into the
ImageBinary . |
org.hippoecm.frontend.plugins.yui.util.JavascriptUtil |
org.hippoecm.frontend.plugins.yui.util.OptionsUtil |
org.hippoecm.frontend.widgets.PasswordTextFieldWidget
There is no practical use-case for password primitive field type
|
org.hippoecm.frontend.plugins.gallery.imageutil.ReusableInputStream
Since the introduction of the
ImageBinary this class has been deprecated as it exposes
Binary.getStream() which is far more convenient to use. |
org.hippoecm.frontend.plugins.yui.feedback.YuiFeedbackPanel
this class is no longer used by the CMS since 10.x and will be removed in future versions.
|
org.hippoecm.frontend.plugins.yui.javascript.YuiObject |
Exceptions and Description |
---|
org.hippoecm.frontend.plugins.gallery.imageutil.ImageMetadataException
This class is deprecated as part of deprecating
ImageMetaData |
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.