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