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.ItemDescriptionGeneratorTable. getItemDescriptionGenerator()Get the item description generator which generates tooltips for cells and rows in the Table.AbstractSelect.ItemDescriptionGeneratorTree. 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 voidTable. setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)Set the item description generator which generates tooltips for cells and rows in the TablevoidTree. setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)Set the item description generator which generates tooltips for the tree items
-