Uses of Interface
org.vaadin.miki.superfields.itemgrid.RowPaddingStrategy
-
Packages that use RowPaddingStrategy Package Description org.vaadin.miki.superfields.itemgrid -
-
Uses of RowPaddingStrategy in org.vaadin.miki.superfields.itemgrid
Fields in org.vaadin.miki.superfields.itemgrid declared as RowPaddingStrategy Modifier and Type Field Description static RowPaddingStrategyRowPaddingStrategies. FIRST_ROW_FILL_BEGINNINGIndicates padding at the beginning of the first row.static RowPaddingStrategyRowPaddingStrategies. FIRST_ROW_FILL_ENDIndicates padding at the end of the first row.static RowPaddingStrategyRowPaddingStrategies. LAST_ROW_CENTRE_BEGINNINGIndicates last row should be centred, with optional extra empty cell put at the beginning.static RowPaddingStrategyRowPaddingStrategies. LAST_ROW_CENTRE_ENDIndicates last row should be centred, with optional extra empty cell put at the end.static RowPaddingStrategyRowPaddingStrategies. LAST_ROW_FILL_BEGINNINGIndicates padding at the beginning of the last row.static RowPaddingStrategyRowPaddingStrategies. LAST_ROW_FILL_ENDIndicates padding at the end of the last row.static RowPaddingStrategyRowPaddingStrategies. NO_PADDINGIndicates no padding at all (no empty cells generated).Methods in org.vaadin.miki.superfields.itemgrid that return RowPaddingStrategy Modifier and Type Method Description RowPaddingStrategyItemGrid. getRowPaddingStrategy()Returns currentRowPaddingStrategy.Methods in org.vaadin.miki.superfields.itemgrid with parameters of type RowPaddingStrategy Modifier and Type Method Description voidItemGrid. setRowPaddingStrategy(RowPaddingStrategy rowPaddingStrategy)Sets newRowPaddingStrategy.ItemGrid<T>ItemGrid. withRowPaddingStrategy(RowPaddingStrategy rowPaddingStrategy)ChainsItemGrid.setRowPaddingStrategy(RowPaddingStrategy)and returns itself.
-