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.
 

Method Detail

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