Uses of Class
org.hippoecm.frontend.service.render.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
Modifier and TypeClassDescriptionclass
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin.ModifierConstructorDescriptionStdWorkflow
(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
Modifier 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
Modifier and TypeClassDescriptionclass
Base class for displaying a list of nodes.class
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.panelperspective
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.perspective
-
Uses of RenderPlugin in org.hippoecm.frontend.plugins.standards.tabs
Modifier and TypeClassDescriptionclass
Plugin that manages a number ofIRenderService
s using a tabbing interface.