Uses of Interface
org.hippoecm.frontend.service.IRenderService
Package
Description
This package contains classes that render a perspective and facilitate the communication with the navigation
application.
-
Uses of IRenderService in org.hippoecm.addon.workflow
Modifier and TypeClassDescriptionclass
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin. -
Uses of IRenderService in org.hippoecm.frontend
Modifier and TypeMethodDescriptionvoid
Home.bind
(IRenderService parent, String wicketId) void
Home.focus
(IRenderService child) -
Uses of IRenderService 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 IRenderService in org.hippoecm.frontend.plugins.standards.list
Modifier and TypeClassDescriptionclass
Base class for displaying a list of nodes.class
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.panelperspective
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.perspective
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.picker
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.tabs
Modifier and TypeClassDescriptionclass
class
Plugin that manages a number ofIRenderService
s using a tabbing interface. -
Uses of IRenderService in org.hippoecm.frontend.service
Modifier and TypeMethodDescriptionvoid
IRenderService.bind
(IRenderService parent, String id) Bind the component to the specified id.void
IRenderService.focus
(IRenderService child) Set focus on the specified child.void
IFocusListener.onFocus
(IRenderService renderService) -
Uses of IRenderService in org.hippoecm.frontend.service.render
Modifier and TypeClassDescriptionclass
Utility class that bundles a lot of the functionality needed for visual plugins.class
class
class
Utility base class for list render services.class
RenderPlugin<T>
Utility base class for GUI plugins.class
Modifier and TypeMethodDescriptionAbstractRenderService.getParentService()
The parent service for this render service.Modifier and TypeMethodDescriptionvoid
AbstractRenderService.bind
(IRenderService parent, String wicketId) void
AbstractRenderService.focus
(IRenderService child) Set focus on the specified child.protected void
ListViewService.onAddRenderService
(org.apache.wicket.markup.repeater.Item<IRenderService> item, IRenderService renderer) protected void
ListViewService.onRemoveRenderService
(org.apache.wicket.markup.repeater.Item<IRenderService> item, IRenderService renderer) void
AbstractRenderService.ExtensionPoint.onRemoveService
(IRenderService service, String name) void
ListRenderService.ExtensionPoint.onRemoveService
(IRenderService service, String name) void
RenderService.ExtensionPoint.onRemoveService
(IRenderService service, String name) void
AbstractRenderService.ExtensionPoint.onServiceAdded
(IRenderService service, String name) void
ListRenderService.ExtensionPoint.onServiceAdded
(IRenderService service, String name) void
RenderService.ExtensionPoint.onServiceAdded
(IRenderService service, String name) void
AbstractRenderService.ExtensionPoint.onServiceChanged
(IRenderService service, String name) Modifier and TypeMethodDescriptionprotected void
ListViewService.onAddRenderService
(org.apache.wicket.markup.repeater.Item<IRenderService> item, IRenderService renderer) protected void
ListViewService.onRemoveRenderService
(org.apache.wicket.markup.repeater.Item<IRenderService> item, IRenderService renderer)