T
- the row type of the target gridpublic interface RowStyleGenerator<T> extends Serializable
Grid#setRowStyleGenerator(RowStyleGenerator)
Modifier and Type | Method and Description |
---|---|
String |
getStyle(RowReference<T> rowReference)
Called by Grid to generate a style name for a row.
|
String getStyle(RowReference<T> rowReference)
rowReference
- The row to generate a style fornull
to not set any
styleCopyright © 2020 Vaadin Ltd. All rights reserved.