public static interface Table.CellStyleGenerator extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getStyle(Table source,
Object itemId,
Object propertyId)
Called by Table when a cell (and row) is painted.
|
String getStyle(Table source, Object itemId, Object propertyId)
source
- the source TableitemId
- The itemId of the painted cellpropertyId
- The propertyId of the cell, null when getting row styleCopyright © 2019 Vaadin Ltd. All rights reserved.