com.google.gwt.widgetideas.table.client
Interface PagingGrid.CellRenderer
- Enclosing class:
- PagingGrid
public static interface PagingGrid.CellRenderer
The renderer used to set cell contents.
Method Summary |
void |
renderCell(PagingGrid grid,
int row,
int column,
java.lang.Object data)
Render the contents of a cell. |
renderCell
void renderCell(PagingGrid 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