| Interface | Description |
|---|---|
| CellGenerator<T> |
Interface for objects generating cells.
|
| CellSelectionHandler<T> |
Interface for objects handling
CellSelectionEvents in ItemGrid. |
| RowComponentGenerator<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> |
Interface for objects generating a component for each row in an
ItemGrid. |
| RowPaddingStrategy |
Defines a strategy for padding each row in the grid.
|
| Class | Description |
|---|---|
| CellInformation<T> |
Information about a cell in an
ItemGrid. |
| 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 typical
RowPaddingStrategy variants. |
Copyright © 2024 Miki. All rights reserved.