Uses of Interface
com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator
-
Packages that use AbstractSelect.ItemDescriptionGenerator Package Description com.vaadin.ui -
-
Uses of AbstractSelect.ItemDescriptionGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return AbstractSelect.ItemDescriptionGenerator Modifier and Type Method 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 itemsMethods in com.vaadin.ui with parameters of type AbstractSelect.ItemDescriptionGenerator Modifier and Type Method Description void
Table. setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)
Set the item description generator which generates tooltips for cells and rows in the Tablevoid
Tree. setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)
Set the item description generator which generates tooltips for the tree items
-