org.apache.tapestry.contrib.table.model
Interface ITableRendererListener

All Superinterfaces:
IComponent, ILocatable, ILocationHolder, IRender
All Known Implementing Classes:
SimpleTableColumnComponent, SimpleTableColumnFormComponent, TreeTableNodeViewDelegator

public interface ITableRendererListener
extends IComponent

Since:
2.3
Version:
$Id: ITableRendererListener.java 243791 2004-02-19 17:38:13Z hlship $
Author:
mindbridge
See Also:
AbstractTableColumn

Method Summary
 void initializeRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, renderBody, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.tapestry.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Method Detail

initializeRenderer

void initializeRenderer(IRequestCycle objCycle,
                        ITableModelSource objSource,
                        ITableColumn objColumn,
                        Object objRow)