Uses of Interface
com.vaadin.ui.Grid.CellDescriptionGenerator

Packages that use Grid.CellDescriptionGenerator
com.vaadin.ui   
 

Uses of Grid.CellDescriptionGenerator in com.vaadin.ui
 

Methods in com.vaadin.ui that return Grid.CellDescriptionGenerator
 Grid.CellDescriptionGenerator Grid.getCellDescriptionGenerator()
          Returns the CellDescriptionGenerator instance used to generate descriptions (tooltips) for Grid cells.
 

Methods in com.vaadin.ui with parameters of type Grid.CellDescriptionGenerator
 void Grid.setCellDescriptionGenerator(Grid.CellDescriptionGenerator generator)
          Sets the CellDescriptionGenerator instance for generating optional descriptions (tooltips) for individual Grid cells.
 



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