|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the row type of the target gridpublic interface CellStyleGenerator<T>
Callback interface for generating custom style names for cells
Grid.setCellStyleGenerator(CellStyleGenerator)| Method Summary | |
|---|---|
java.lang.String |
getStyle(CellReference<T> cellReference)
Called by Grid to generate a style name for a column element. |
| Method Detail |
|---|
java.lang.String getStyle(CellReference<T> cellReference)
cellReference - The cell to generate a style for
null to not set
any style
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||