public interface IChannelTarget
This interface is very similar to the API of the AjaxRequestTarget, so users already
familiar with AjaxRequestTarget should easily find their way with this interface.
A IChannelTarget implementation can be used in IChannelListener implementations.
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(org.apache.wicket.Component component)
Adds a component to the list of components to be rendered
|
void |
addComponent(org.apache.wicket.Component component,
String markupId)
Adds a component to the list of components to be rendered
|
void |
appendJavaScript(String javascript)
Adds javascript that will be evaluated on the client side after components are replaced
|
void |
focusComponent(org.apache.wicket.Component component)
Sets the focus in the browser to the given component.
|
void |
prependJavaScript(String javascript)
Adds javascript that will be evaluated on the client side before components are replaced
|
void addComponent(org.apache.wicket.Component component)
component - component to be renderedvoid addComponent(org.apache.wicket.Component component,
String markupId)
markupId - id of client-side dom element that will be updatedcomponent - component to be renderedvoid focusComponent(org.apache.wicket.Component component)
component - The component to get the focus.void appendJavaScript(String javascript)
javascript - The js to appendvoid prependJavaScript(String javascript)
javascript - The js to prependCopyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.