Uses of Interface
com.vaadin.client.widget.grid.RowStyleGenerator
-
Packages that use RowStyleGenerator Package Description com.vaadin.client.widgets -
-
Uses of RowStyleGenerator in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return RowStyleGenerator Modifier and Type Method Description RowStyleGenerator<T>
Grid. getRowStyleGenerator()
Gets the style generator that is used for generating styles for rows.Methods in com.vaadin.client.widgets with parameters of type RowStyleGenerator Modifier and Type Method Description void
Grid. setRowStyleGenerator(RowStyleGenerator<T> rowStyleGenerator)
Sets the style generator that is used for generating styles for rows.
-