public interface IRenderService
extends org.apache.wicket.util.io.IClusterable
Component
hierarchies.Modifier and Type | Method and Description |
---|---|
void |
bind(IRenderService parent,
String id)
Bind the component to the specified id.
|
void |
focus(IRenderService child)
Set focus on the specified child.
|
org.apache.wicket.Component |
getComponent()
The Wicket
Component that is added to the parent. |
String |
getId()
Deprecated.
|
IRenderService |
getParentService()
Deprecated.
|
void |
render(PluginRequestTarget target)
Called after user events and JCR events have been handled, but before
the rendering has started.
|
void |
unbind()
Releases the component.
|
org.apache.wicket.Component getComponent()
Component
that is added to the parent. The component
must have the id that was set with the bind(IRenderService, String)
method.void render(PluginRequestTarget target)
Component
s with
the request target to enlist in the rendering phase.
Implementations that use extensions must call the same method on those.
void focus(IRenderService child)
child
- The extension that requests focus. This parameter can be
null, in which case the Component should set focus to itself.void bind(IRenderService parent, String id)
void unbind()
@Deprecated String getId()
@Deprecated IRenderService getParentService()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.