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

Packages that use Grid.RowStyleGenerator
com.vaadin.ui   
 

Uses of Grid.RowStyleGenerator in com.vaadin.ui
 

Methods in com.vaadin.ui that return Grid.RowStyleGenerator
 Grid.RowStyleGenerator Grid.getRowStyleGenerator()
          Gets the style generator that is used for generating styles for rows
 

Methods in com.vaadin.ui with parameters of type Grid.RowStyleGenerator
 void Grid.setRowStyleGenerator(Grid.RowStyleGenerator rowStyleGenerator)
          Sets the style generator that is used for generating styles for rows
 



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