Uses of Interface
com.vaadin.ui.Table.CellStyleGenerator
-
Packages that use Table.CellStyleGenerator Package Description com.vaadin.ui -
-
Uses of Table.CellStyleGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return Table.CellStyleGenerator Modifier and Type Method Description Table.CellStyleGenerator
Table. getCellStyleGenerator()
Get the current cell style generator.Methods in com.vaadin.ui with parameters of type Table.CellStyleGenerator Modifier and Type Method Description void
Table. setCellStyleGenerator(Table.CellStyleGenerator cellStyleGenerator)
Set cell style generator for Table.
-