Uses of Interface
org.vaadin.miki.superfields.itemgrid.RowComponentGenerator
Packages that use RowComponentGenerator
-
Uses of RowComponentGenerator in org.vaadin.miki.superfields.itemgrid
Methods in org.vaadin.miki.superfields.itemgrid that return RowComponentGeneratorModifier and TypeMethodDescriptionItemGrid.getRowComponentGenerator()Returns currentRowComponentGenerator.Methods in org.vaadin.miki.superfields.itemgrid with parameters of type RowComponentGeneratorModifier and TypeMethodDescriptionvoidItemGrid.setRowComponentGenerator(RowComponentGenerator<?> rowComponentGenerator) Sets newRowComponentGeneratorinvoked every time a new row for grid cells is needed.ItemGrid.withRowComponentGenerator(RowComponentGenerator<?> generator) ChainsItemGrid.setRowComponentGenerator(RowComponentGenerator)and returns itself.