| Package | Description |
|---|---|
| org.vaadin.miki.superfields.itemgrid |
| Modifier and Type | Method and Description |
|---|---|
RowComponentGenerator<?> |
ItemGrid.getRowComponentGenerator()
Returns current
RowComponentGenerator. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemGrid.setRowComponentGenerator(RowComponentGenerator<?> rowComponentGenerator)
Sets new
RowComponentGenerator invoked every time a new row for grid cells is needed. |
ItemGrid<T> |
ItemGrid.withRowComponentGenerator(RowComponentGenerator<?> generator)
Chains
ItemGrid.setRowComponentGenerator(RowComponentGenerator) and returns itself. |
Copyright © 2024 Miki. All rights reserved.