public static interface Grid.RowDescriptionGenerator extends Serializable
cell
description
is not generated.Grid.setRowDescriptionGenerator(com.vaadin.ui.Grid.RowDescriptionGenerator)
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Grid.RowReference row)
Called by Grid to generate a description (tooltip) for a row.
|
String getDescription(Grid.RowReference row)
row
- the row to generate a description fornull
for no descriptionCopyright © 2019 Vaadin Ltd. All rights reserved.