|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.GridView.CellRenderer
public abstract static class GridView.CellRenderer
The renderer used to set cell contents.
Constructor Summary | |
---|---|
GridView.CellRenderer()
|
Method Summary | |
---|---|
abstract void |
renderCell(GridView grid,
int row,
int column,
java.lang.Object data)
Render the contents of a cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridView.CellRenderer()
Method Detail |
---|
public abstract void renderCell(GridView grid, int row, int column, java.lang.Object data)
grid
- the grid to render the contents inrow
- the row indexcolumn
- the column indexdata
- the data to render
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |