public static interface Grid.CellStyleGenerator extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle(Grid.CellReference cell)
Called by Grid to generate a style name for a column.
|
String getStyle(Grid.CellReference cell)
cell - the cell to generate a style fornull to not
set any styleCopyright © 2019 Vaadin Ltd. All rights reserved.