org.apache.tapestry.contrib.tree.components.table
Class TreeTableColumn
java.lang.Object
org.apache.tapestry.contrib.table.model.common.AbstractTableColumn
org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn
org.apache.tapestry.contrib.tree.components.table.TreeTableColumn
- All Implemented Interfaces:
- Serializable, ITableColumn
public class TreeTableColumn
- extends SimpleTableColumn
- Version:
- $Id: TreeTableColumn.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- ceco
- See Also:
- Serialized Form
Methods inherited from class org.apache.tapestry.contrib.table.model.common.AbstractTableColumn |
getColumnName, getColumnRenderer, getColumnRendererSource, getComparator, getSortable, getValueRendererSource, setColumnName, setColumnRendererSource, setComparator, setSortable, setValueRendererSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeTableColumn
public TreeTableColumn(String arg0,
boolean arg1,
ComponentAddress objComponentAddress)
- Parameters:
arg0
- arg1
-
getValueRenderer
public IRender getValueRenderer(IRequestCycle arg0,
ITableModelSource arg1,
Object arg2)
- Description copied from interface:
ITableColumn
- Method getValueRenderer provides a renderer for presenting the value of a
particular row in the current column.
- Specified by:
getValueRenderer
in interface ITableColumn
- Overrides:
getValueRenderer
in class AbstractTableColumn
- Parameters:
arg0
- the current request cyclearg1
- a component that can provide the table model (typically TableView)arg2
- the row data
- Returns:
- IRender the renderer to present the value of the row in this column
- See Also:
AbstractTableColumn.getValueRenderer(org.apache.tapestry.IRequestCycle, org.apache.tapestry.contrib.table.model.ITableModelSource, java.lang.Object)