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.
 

Method Detail

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 in
row - the row index
column - the column index
data - the data to render