public interface IRenderable extends org.apache.wicket.util.io.IClusterable
| Modifier and Type | Method and Description |
|---|---|
void |
render(TreeNode node,
org.apache.wicket.request.Response response)
Renders the content of the cell to the response.
|
void render(TreeNode node, org.apache.wicket.request.Response response)
node - The node for the row. Will be null for headerresponse - Response where the renderer is supposed to write the content.Copyright © 2006–2015 Apache Software Foundation. All rights reserved.