T - the row type of the target gridpublic interface CellStyleGenerator<T>
Grid.setCellStyleGenerator(CellStyleGenerator)| Modifier and Type | Method and Description |
|---|---|
String |
getStyle(CellReference<T> cellReference)
Called by Grid to generate a style name for a column element.
|
String getStyle(CellReference<T> cellReference)
cellReference - The cell to generate a style fornull to not set
any styleCopyright © 2021 Vaadin Ltd. All rights reserved.