Modifier and Type | Class and Description |
---|---|
class |
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.
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. |
Constructor and Description |
---|
StdWorkflow(String id,
String name,
IPluginContext pluginContext,
RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.
Old-style constructor
Use a constructor with explicit model argument.
The WorkflowDescriptorModel is available in workflow plugin constructor..
|
StdWorkflow(String id,
org.apache.wicket.model.StringResourceModel name,
IPluginContext pluginContext,
RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.
Old-style constructor
Use a constructor with explicit model argument.
The WorkflowDescriptorModel is available in workflow plugin constructor..
|
StdWorkflow(String id,
org.apache.wicket.model.StringResourceModel name,
org.apache.wicket.request.resource.ResourceReference iconReference,
IPluginContext pluginContext,
RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.
Old-style constructor
Use a constructor with explicit model argument.
The WorkflowDescriptorModel is available in workflow plugin constructor..
|
StdWorkflow(String id,
String name,
org.apache.wicket.request.resource.ResourceReference iconReference,
IPluginContext pluginContext,
RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.
Old-style constructor
Use a constructor with explicit model argument.
The WorkflowDescriptorModel is available in workflow plugin constructor..
|
Modifier and Type | Class and Description |
---|---|
class |
BreadcrumbPlugin
Deprecated.
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. |
class |
BrowserPlugin |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListingPlugin<T>
Base class for displaying a list of nodes.
|
class |
ExpandCollapseListingPlugin<T> |
Modifier and Type | Class and Description |
---|---|
class |
PanelPluginPerspective |
Modifier and Type | Class and Description |
---|---|
class |
Perspective |
Modifier and Type | Class and Description |
---|---|
class |
TabsPlugin
Plugin that manages a number of
IRenderService s using a tabbing interface. |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.