|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for classes that want to implement their own rendering for cells in a TableView
Copyright 2004 SAP AG
| Method Summary | |
void |
renderCell(int row,
int column,
TableView tableView,
IPageContext rendererContext)
render a single cell. |
| Method Detail |
public void renderCell(int row,
int column,
TableView tableView,
IPageContext rendererContext)
To get the current colspan you can use:
int colspan = tableView.getCurrentColspan();
Since this method is called during the actual rendering of the table you have to render your component directly. See DefaultCellRenderer for an example.
row - the current row indexcolumn - the current column indextableView - the TableView instancerendererContext - the current IPageContextDefaultCellRenderer
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||