Uses of Class
org.hippoecm.frontend.service.render.RenderPlugin
-
Packages that use RenderPlugin Package Description org.hippoecm.addon.workflow org.hippoecm.frontend.plugins.standards.browse org.hippoecm.frontend.plugins.standards.list org.hippoecm.frontend.plugins.standards.panelperspective org.hippoecm.frontend.plugins.standards.perspective This package contains classes that render a perspective and facilitate the communication with the navigation application.org.hippoecm.frontend.plugins.standards.tabs -
-
Uses of RenderPlugin in org.hippoecm.addon.workflow
Subclasses of RenderPlugin in org.hippoecm.addon.workflow Modifier and Type Class Description class
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin.Constructors in org.hippoecm.addon.workflow with parameters of type RenderPlugin Constructor Description 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.StdWorkflow(String id, String name, IPluginContext pluginContext, RenderPlugin<? extends WorkflowDescriptor> enclosingPlugin)
Deprecated.Old-style constructor Use a constructor with explicit model argument.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.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. -
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.browse
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.browse Modifier and Type Class Description class
BreadcrumbPlugin
Deprecated.This plugin is deprecated since 10.0.x and replaced by theNodeBreadcrumbWidget
.class
BrowserPlugin
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.list
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.list Modifier and Type Class Description class
AbstractListingPlugin<T>
Base class for displaying a list of nodes.class
ExpandCollapseListingPlugin<T>
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.panelperspective
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.panelperspective Modifier and Type Class Description class
PanelPluginPerspective
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.perspective
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.perspective Modifier and Type Class Description class
Perspective
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.tabs
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.tabs Modifier and Type Class Description class
TabsPlugin
Plugin that manages a number ofIRenderService
s using a tabbing interface.
-