| Package | Description |
|---|---|
| org.vaadin.miki.superfields.itemgrid |
| Modifier and Type | Field and Description |
|---|---|
static RowPadding |
RowPadding.NONE
Constant for no padding.
|
| Modifier and Type | Method and Description |
|---|---|
static RowPadding |
RowPadding.centred(int cells,
int columns,
boolean whenOddPutMoreToBeginning)
Creates
RowPadding where given number of cells are centred in given number of columns (optionally putting one odd cell to the beginning). |
RowPadding |
RowPaddingStrategy.getRowPadding(int rowNumber,
int gridColumns,
int itemsLeft)
Calculates padding for a given row.
|
Copyright © 2023 Miki. All rights reserved.