Uses of Class
org.hippoecm.frontend.service.render.RenderPlugin
Packages that use RenderPlugin
Package
Description
This package contains classes that render a perspective and facilitate the communication with the navigation
application.
-
Uses of RenderPlugin in org.hippoecm.addon.workflow
Subclasses of RenderPlugin in org.hippoecm.addon.workflowModifier and TypeClassDescriptionclass
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin.Constructors in org.hippoecm.addon.workflow with parameters of type RenderPluginModifierConstructorDescriptionStdWorkflow
(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.browseModifier and TypeClassDescriptionclass
Deprecated.This plugin is deprecated since 10.0.x and replaced by theNodeBreadcrumbWidget
.class
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.list
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.listModifier and TypeClassDescriptionclass
Base class for displaying a list of nodes.class
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.panelperspective
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.panelperspective -
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.perspective
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.perspective -
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.tabs
Subclasses of RenderPlugin in org.hippoecm.frontend.plugins.standards.tabsModifier and TypeClassDescriptionclass
Plugin that manages a number ofIRenderService
s using a tabbing interface.