Uses of Class
org.vaadin.miki.superfields.itemgrid.ItemGrid
Packages that use ItemGrid
-
Uses of ItemGrid in org.vaadin.miki.superfields.itemgrid
Methods in org.vaadin.miki.superfields.itemgrid that return ItemGridModifier and TypeMethodDescriptionItemGrid.withCellGenerator(CellGenerator<T> generator) ChainssetCellGenerator(CellGenerator)and returns itself.ItemGrid.withCellSelectionHandler(CellSelectionHandler<T> handler) ChainssetCellSelectionHandler(CellSelectionHandler)and returns itself.ItemGrid.withColumnCount(int columnCount) ChainssetColumnCount(int)and returns itself.ItemGrid.withPaddingCellGenerator(CellGenerator<T> paddingCellGenerator) ChainssetPaddingCellGenerator(CellGenerator)and returns itself.ItemGrid.withPaddingCellsClickable(boolean paddingCellsClickable) ChainssetPaddingCellsClickable(boolean)and returns itself.ItemGrid.withRowComponentGenerator(RowComponentGenerator<?> generator) ChainssetRowComponentGenerator(RowComponentGenerator)and returns itself.ItemGrid.withRowPaddingStrategy(RowPaddingStrategy rowPaddingStrategy) ChainssetRowPaddingStrategy(RowPaddingStrategy)and returns itself.