@FunctionalInterface public interface RowPaddingStrategy extends Serializable
| Modifier and Type | Method and Description |
|---|---|
RowPadding |
getRowPadding(int rowNumber,
int gridColumns,
int itemsLeft)
Calculates padding for a given row.
|
RowPadding getRowPadding(int rowNumber, int gridColumns, int itemsLeft)
rowNumber - Number of the row for which the padding is done (zero-based).gridColumns - Number of columns (passed from item grid).itemsLeft - Number of items left in the grid (includes items in the current row).Copyright © 2023 Miki. All rights reserved.