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

Packages that use Grid.RowDescriptionGenerator
com.vaadin.ui   
 

Uses of Grid.RowDescriptionGenerator in com.vaadin.ui
 

Methods in com.vaadin.ui that return Grid.RowDescriptionGenerator
 Grid.RowDescriptionGenerator Grid.getRowDescriptionGenerator()
          Returns the RowDescriptionGenerator instance used to generate descriptions (tooltips) for Grid rows
 

Methods in com.vaadin.ui with parameters of type Grid.RowDescriptionGenerator
 void Grid.setRowDescriptionGenerator(Grid.RowDescriptionGenerator generator)
          Sets the RowDescriptionGenerator instance for generating optional descriptions (tooltips) for Grid rows.
 



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