Uses of Interface
com.vaadin.client.widget.grid.CellStyleGenerator
-
Packages that use CellStyleGenerator Package Description com.vaadin.client.widgets -
-
Uses of CellStyleGenerator in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return CellStyleGenerator Modifier and Type Method Description CellStyleGenerator<T>
Grid. getCellStyleGenerator()
Gets the style generator that is used for generating styles for cellsMethods in com.vaadin.client.widgets with parameters of type CellStyleGenerator Modifier and Type Method Description void
Grid. setCellStyleGenerator(CellStyleGenerator<T> cellStyleGenerator)
Sets the style generator that is used for generating styles for cells
-