ItemGrid<T> |
ItemGrid.withCellGenerator(CellGenerator<T> generator)
|
ItemGrid<T> |
ItemGrid.withCellSelectionHandler(CellSelectionHandler<T> handler)
|
ItemGrid<T> |
ItemGrid.withColumnCount(int columnCount)
|
ItemGrid<T> |
ItemGrid.withPaddingCellGenerator(CellGenerator<T> paddingCellGenerator)
|
ItemGrid<T> |
ItemGrid.withPaddingCellsClickable(boolean paddingCellsClickable)
|
ItemGrid<T> |
ItemGrid.withRowComponentGenerator(RowComponentGenerator<?> generator)
|
ItemGrid<T> |
ItemGrid.withRowPaddingStrategy(RowPaddingStrategy rowPaddingStrategy)
|