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

Packages that use Grid.CellStyleGenerator
com.vaadin.ui   
 

Uses of Grid.CellStyleGenerator in com.vaadin.ui
 

Methods in com.vaadin.ui that return Grid.CellStyleGenerator
 Grid.CellStyleGenerator Grid.getCellStyleGenerator()
          Gets the style generator that is used for generating styles for cells
 

Methods in com.vaadin.ui with parameters of type Grid.CellStyleGenerator
 void Grid.setCellStyleGenerator(Grid.CellStyleGenerator cellStyleGenerator)
          Sets the style generator that is used for generating styles for cells
 



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