Package org.vaadin.miki.superfields.itemgrid
-
Interface Summary Interface Description CellGenerator<T> Interface for objects generating cells.CellSelectionHandler<T> Interface for objects handlingCellSelectionEvents inItemGrid.RowComponentGenerator<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> Interface for objects generating a component for each row in anItemGrid.RowPaddingStrategy Defines a strategy for padding each row in the grid. -
Class Summary Class Description CellInformation<T> Information about a cell in anItemGrid.CellSelectionEvent<T> Stores information about a cell being selected or not.ItemGrid<T> Grid of items, with defined number of columns.RowPadding Contains data about how to pad a given row.RowPaddingStrategies Container class for typicalRowPaddingStrategyvariants.