Uses of Class
org.vaadin.miki.superfields.itemgrid.RowPadding
-
Packages that use RowPadding Package Description org.vaadin.miki.superfields.itemgrid -
-
Uses of RowPadding in org.vaadin.miki.superfields.itemgrid
Fields in org.vaadin.miki.superfields.itemgrid declared as RowPadding Modifier and Type Field Description static RowPaddingRowPadding. NONEConstant for no padding.Methods in org.vaadin.miki.superfields.itemgrid that return RowPadding Modifier and Type Method Description static RowPaddingRowPadding. centred(int cells, int columns, boolean whenOddPutMoreToBeginning)CreatesRowPaddingwhere given number of cells are centred in given number of columns (optionally putting one odd cell to the beginning).RowPaddingRowPaddingStrategy. getRowPadding(int rowNumber, int gridColumns, int itemsLeft)Calculates padding for a given row.
-