| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
Grid.RowDescriptionGenerator |
Grid.getRowDescriptionGenerator()
Deprecated.
Returns the
RowDescriptionGenerator instance used to generate
descriptions (tooltips) for Grid rows. |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setRowDescriptionGenerator(Grid.RowDescriptionGenerator generator)
Deprecated.
Sets the
RowDescriptionGenerator instance for generating optional
descriptions (tooltips) for Grid rows. |
void |
Grid.setRowDescriptionGenerator(Grid.RowDescriptionGenerator generator,
com.vaadin.shared.ui.ContentMode contentMode)
Deprecated.
Sets the
RowDescriptionGenerator instance for generating optional
descriptions (tooltips) for Grid rows. |
Copyright © 2019 Vaadin Ltd. All rights reserved.