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