com.google.gwt.widgetideas.table.client
Interface PagingScrollTable.CellRenderer
- Enclosing class:
- PagingScrollTable<R>
public static interface PagingScrollTable.CellRenderer
The renderer used to set cell contents.
Method Summary |
void |
renderCell(FixedWidthGrid grid,
int row,
int column,
java.lang.Object data)
Render the contents of a cell. |
renderCell
void renderCell(FixedWidthGrid grid,
int row,
int column,
java.lang.Object data)
- Render the contents of a cell.
- Parameters:
grid
- the grid to render the contents inrow
- the row indexcolumn
- the column indexdata
- the data to render