Uses of Interface
com.vaadin.ui.Table.RowGenerator
-
Packages that use Table.RowGenerator Package Description com.vaadin.ui -
-
Uses of Table.RowGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return Table.RowGenerator Modifier and Type Method Description Table.RowGenerator
Table. getRowGenerator()
Methods in com.vaadin.ui with parameters of type Table.RowGenerator Modifier and Type Method Description void
Table. setRowGenerator(Table.RowGenerator generator)
Assigns a row generator to the table.
-