| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
Grid.CellDescriptionGenerator |
Grid.getCellDescriptionGenerator()
Deprecated.
Returns the
CellDescriptionGenerator instance used to generate
descriptions (tooltips) for Grid cells. |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setCellDescriptionGenerator(Grid.CellDescriptionGenerator generator)
Deprecated.
Sets the
CellDescriptionGenerator instance for generating
optional descriptions (tooltips) for individual Grid cells. |
void |
Grid.setCellDescriptionGenerator(Grid.CellDescriptionGenerator generator,
com.vaadin.shared.ui.ContentMode contentMode)
Deprecated.
Sets the
CellDescriptionGenerator instance and content mode for
generating optional descriptions (tooltips) for individual Grid cells. |
Copyright © 2019 Vaadin Ltd. All rights reserved.