|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The column typepublic interface Renderer<T>
Renderer for rending a value <T> into cell.
You can add a renderer to any column by overring the
Grid.AbstractGridColumn.getRenderer() method and returning your own renderer. You
can retrieve the cell element using Cell.getElement().
| Method Summary | |
|---|---|
void |
render(FlyweightCell cell,
T data)
Called whenever the Grid updates a cell |
| Method Detail |
|---|
void render(FlyweightCell cell,
T data)
Grid updates a cell
cell - The cell. Note that the cell is a flyweight and should not be
stored outside of the method as it will change.data - The column data object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||