|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableRendererSource
This interface provides a renderer to present the data in a table column.
It is usually used by the ITableColumn
implementations via aggregation.
AbstractTableColumn
Method Summary | |
---|---|
IRender |
getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
Returns a renderer to present the data of the row in the given column. |
Method Detail |
---|
IRender getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
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.
ITableColumn.getValueRenderer(IRequestCycle, ITableModelSource, Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |