Uses of Interface
org.hippoecm.frontend.service.IRenderService
-
Packages that use IRenderService Package Description org.hippoecm.addon.workflow org.hippoecm.frontend 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.picker org.hippoecm.frontend.plugins.standards.tabs org.hippoecm.frontend.service org.hippoecm.frontend.service.render -
-
Uses of IRenderService in org.hippoecm.addon.workflow
Classes in org.hippoecm.addon.workflow that implement IRenderService Modifier and Type Class Description class
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin. -
Uses of IRenderService in org.hippoecm.frontend
Classes in org.hippoecm.frontend that implement IRenderService Modifier and Type Class Description class
Home
Methods in org.hippoecm.frontend that return IRenderService Modifier and Type Method Description IRenderService
Home. getParentService()
Methods in org.hippoecm.frontend with parameters of type IRenderService Modifier and Type Method Description void
Home. bind(IRenderService parent, String wicketId)
void
Home. focus(IRenderService child)
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.browse
Classes in org.hippoecm.frontend.plugins.standards.browse that implement IRenderService Modifier and Type Class Description class
BreadcrumbPlugin
Deprecated.This plugin is deprecated since 10.0.x and replaced by theNodeBreadcrumbWidget
.class
BrowserPlugin
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.list
Classes in org.hippoecm.frontend.plugins.standards.list that implement IRenderService Modifier and Type Class Description class
AbstractListingPlugin<T>
Base class for displaying a list of nodes.class
ExpandCollapseListingPlugin<T>
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.panelperspective
Classes in org.hippoecm.frontend.plugins.standards.panelperspective that implement IRenderService Modifier and Type Class Description class
PanelPluginPerspective
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.perspective
Classes in org.hippoecm.frontend.plugins.standards.perspective that implement IRenderService Modifier and Type Class Description class
Perspective
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.picker
Methods in org.hippoecm.frontend.plugins.standards.picker that return IRenderService Modifier and Type Method Description IRenderService
NodePickerController. getRenderer()
-
Uses of IRenderService in org.hippoecm.frontend.plugins.standards.tabs
Classes in org.hippoecm.frontend.plugins.standards.tabs that implement IRenderService Modifier and Type Class Description class
TabsContainerService
class
TabsPlugin
Plugin that manages a number ofIRenderService
s using a tabbing interface.Methods in org.hippoecm.frontend.plugins.standards.tabs with parameters of type IRenderService Modifier and Type Method Description void
TabsPlugin. focus(IRenderService child)
-
Uses of IRenderService in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that return IRenderService Modifier and Type Method Description IRenderService
IRenderService. getParentService()
Deprecated.Methods in org.hippoecm.frontend.service with parameters of type IRenderService Modifier and Type Method Description void
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
Classes in org.hippoecm.frontend.service.render that implement IRenderService Modifier and Type Class Description class
AbstractRenderService<T>
Utility class that bundles a lot of the functionality needed for visual plugins.class
ListRenderService
class
ListViewPlugin<T>
class
ListViewService<T>
Utility base class for list render services.class
RenderPlugin<T>
Utility base class for GUI plugins.class
RenderService<T>
Methods in org.hippoecm.frontend.service.render that return IRenderService Modifier and Type Method Description IRenderService
AbstractRenderService. getParentService()
The parent service for this render service.Methods in org.hippoecm.frontend.service.render that return types with arguments of type IRenderService Modifier and Type Method Description List<IRenderService>
AbstractRenderService.ExtensionPoint. getChildren()
Methods in org.hippoecm.frontend.service.render with parameters of type IRenderService Modifier and Type Method Description void
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)
Method parameters in org.hippoecm.frontend.service.render with type arguments of type IRenderService Modifier and Type Method Description 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)
-