Uses of Interface
com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator

Packages that use AbstractSelect.ItemDescriptionGenerator
com.vaadin.ui   
 

Uses of AbstractSelect.ItemDescriptionGenerator in com.vaadin.ui
 

Methods in com.vaadin.ui that return AbstractSelect.ItemDescriptionGenerator
 AbstractSelect.ItemDescriptionGenerator Tree.getItemDescriptionGenerator()
          Get the item description generator which generates tooltips for tree items
 AbstractSelect.ItemDescriptionGenerator Table.getItemDescriptionGenerator()
          Get the item description generator which generates tooltips for cells and rows in the Table.
 

Methods in com.vaadin.ui with parameters of type AbstractSelect.ItemDescriptionGenerator
 void Tree.setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)
          Set the item description generator which generates tooltips for the tree items
 void Table.setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator generator)
          Set the item description generator which generates tooltips for cells and rows in the Table
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.