@Deprecated public static interface Grid.RowDescriptionGenerator extends Serializable
cell
description
is not generated.Grid.setRowDescriptionGenerator(com.vaadin.v7.ui.Grid.RowDescriptionGenerator)
Modifier and Type | Method and Description |
---|---|
String |
getDescription(Grid.RowReference row)
Deprecated.
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 © 2020 Vaadin Ltd. All rights reserved.