Uses of Interface
com.vaadin.ui.Grid.CellStyleGenerator
-
Packages that use Grid.CellStyleGenerator Package Description com.vaadin.ui -
-
Uses of Grid.CellStyleGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return Grid.CellStyleGenerator Modifier and Type Method Description Grid.CellStyleGeneratorGrid. getCellStyleGenerator()Gets the style generator that is used for generating styles for cellsMethods in com.vaadin.ui with parameters of type Grid.CellStyleGenerator Modifier and Type Method Description voidGrid. setCellStyleGenerator(Grid.CellStyleGenerator cellStyleGenerator)Sets the style generator that is used for generating styles for cells
-