Uses of Interface
org.vaadin.miki.superfields.itemgrid.CellSelectionHandler
-
Packages that use CellSelectionHandler Package Description org.vaadin.miki.superfields.itemgrid -
-
Uses of CellSelectionHandler in org.vaadin.miki.superfields.itemgrid
Methods in org.vaadin.miki.superfields.itemgrid that return CellSelectionHandler Modifier and Type Method Description CellSelectionHandler<T>ItemGrid. getCellSelectionHandler()Returns currentCellSelectionHandlerused to react to selection changes.Methods in org.vaadin.miki.superfields.itemgrid with parameters of type CellSelectionHandler Modifier and Type Method Description voidItemGrid. setCellSelectionHandler(CellSelectionHandler<T> cellSelectionHandler)Sets newCellSelectionHandler.ItemGrid<T>ItemGrid. withCellSelectionHandler(CellSelectionHandler<T> handler)ChainsItemGrid.setCellSelectionHandler(CellSelectionHandler)and returns itself.Constructors in org.vaadin.miki.superfields.itemgrid with parameters of type CellSelectionHandler Constructor Description ItemGrid(CellGenerator<T> generator, CellSelectionHandler<T> handler, T... items)Creates the component with givenCellGenerator,CellSelectionHandlerand items.ItemGrid(T defaultValue, Supplier<C> mainContainerSupplier, CellGenerator<T> generator, CellSelectionHandler<T> handler, T... items)Creates the component with givenCellGenerator,CellSelectionHandlerand items, overriding default (empty) value.ItemGrid(T defaultValue, CellGenerator<T> generator, CellSelectionHandler<T> handler, T... items)Creates the component with givenCellGenerator,CellSelectionHandlerand items, overriding default (empty) value.
-