| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
AbstractSelect.ItemDescriptionGenerator |
Table.getItemDescriptionGenerator()
Get the item description generator which generates tooltips for cells and
rows in the Table.
|
AbstractSelect.ItemDescriptionGenerator |
Tree.getItemDescriptionGenerator()
Get the item description generator which generates tooltips for tree
items
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)
Set the item description generator which generates tooltips for cells and
rows in the Table
|
void |
Tree.setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)
Set the item description generator which generates tooltips for the tree
items
|
Copyright © 2017 Vaadin Ltd. All rights reserved.