Interface and Description |
---|
org.hippoecm.frontend.plugins.standards.list.resolvers.IListAttributeModifier |
Class and Description |
---|
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.yui.util.JavascriptUtil |
org.hippoecm.frontend.plugins.yui.util.OptionsUtil |
org.hippoecm.frontend.plugins.yui.javascript.YuiObject |
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.