public static interface Grid.CellDescriptionGenerator extends Serializable
row
description
and a cell description, the latter has precedence.Grid.setCellDescriptionGenerator(CellDescriptionGenerator)
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Grid.CellReference cell)
Called by Grid to generate a description (tooltip) for a cell.
|
String getDescription(Grid.CellReference cell)
cell
- the cell to generate a description fornull
for no descriptionCopyright © 2021 Vaadin Ltd. All rights reserved.