public class TreeTableValueRenderSource extends java.lang.Object implements ITableRendererSource
Constructor and Description |
---|
TreeTableValueRenderSource() |
TreeTableValueRenderSource(org.apache.tapestry.util.ComponentAddress objComponentAddress) |
Modifier and Type | Method and Description |
---|---|
org.apache.tapestry.IRender |
getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow)
Returns a renderer to present the data of the row in the given column.
|
public TreeTableValueRenderSource()
public TreeTableValueRenderSource(org.apache.tapestry.util.ComponentAddress objComponentAddress)
public org.apache.tapestry.IRender getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
ITableRendererSource
This method can also be used to return a renderer to present the heading of the column. In such a case the row passed would be null.
getRenderer
in interface ITableRendererSource
ITableRendererSource.getRenderer(IRequestCycle, ITableModelSource, ITableColumn, Object)