|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tapestry.contrib.table.model.simple.SimpleTableColumnRendererSource
This is a simple implementation of
ITableRendererSource
that returns a standard renderer of a column header.
This implementation requires that the column passed is of type SimpleTableColumn
AbstractTableColumn,
Serialized Form| Constructor Summary | |
SimpleTableColumnRendererSource()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleTableColumnRendererSource()
| Method Detail |
public org.apache.tapestry.IRender getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow)
ITableRendererSourceThis 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 ITableRendererSourceITableRendererSource.getRenderer(IRequestCycle, ITableModelSource, ITableColumn, Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||