org.apache.tapestry.contrib.tree.components.table
Class TreeTableColumn

java.lang.Object
  extended by org.apache.tapestry.contrib.table.model.common.AbstractTableColumn
      extended by org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn
SimpleTableColumn.DefaultTableComparator
 
Field Summary
 
Fields inherited from class org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn
DEFAULT_COLUMN_RENDERER_SOURCE, DEFAULT_VALUE_RENDERER_SOURCE, FORM_COLUMN_RENDERER_SOURCE
 
Fields inherited from class org.apache.tapestry.contrib.table.model.common.AbstractTableColumn
COLUMN_RENDERER_BLOCK_SUFFIX, VALUE_RENDERER_BLOCK_SUFFIX
 
Constructor Summary
TreeTableColumn(String arg0, boolean arg1, ComponentAddress objComponentAddress)
           
 
Method Summary
 IRender getValueRenderer(IRequestCycle arg0, ITableModelSource arg1, Object arg2)
          Method getValueRenderer provides a renderer for presenting the value of a particular row in the current column.
 
Methods inherited from class org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn
getColumnValue, getDisplayName, getEvaluator, loadSettings, setColumnComparator, setDisplayName, setEvaluator
 
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
 

Constructor Detail

TreeTableColumn

public TreeTableColumn(String arg0,
                       boolean arg1,
                       ComponentAddress objComponentAddress)
Parameters:
arg0 -
arg1 -
Method Detail

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 cycle
arg1 - 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)