|
||||||||||
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.SimpleTableValueRendererSource
public class SimpleTableValueRendererSource
This is a simple implementation of
ITableRendererSource
that returns a standard renderer of a column value.
This implementation requires that the column passed is of type SimpleTableColumn
AbstractTableColumn
,
Serialized FormConstructor Summary | |
---|---|
SimpleTableValueRendererSource()
|
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 SimpleTableValueRendererSource()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |