Uses of Interface
org.vaadin.miki.superfields.itemgrid.CellSelectionHandler
Packages that use CellSelectionHandler
-
Uses of CellSelectionHandler in org.vaadin.miki.superfields.itemgrid
Methods in org.vaadin.miki.superfields.itemgrid that return CellSelectionHandlerModifier and TypeMethodDescriptionItemGrid.getCellSelectionHandler()Returns currentCellSelectionHandlerused to react to selection changes.Methods in org.vaadin.miki.superfields.itemgrid with parameters of type CellSelectionHandlerModifier and TypeMethodDescriptionvoidItemGrid.setCellSelectionHandler(CellSelectionHandler<T> cellSelectionHandler) Sets newCellSelectionHandler.ItemGrid.withCellSelectionHandler(CellSelectionHandler<T> handler) ChainsItemGrid.setCellSelectionHandler(CellSelectionHandler)and returns itself.Constructors in org.vaadin.miki.superfields.itemgrid with parameters of type CellSelectionHandlerModifierConstructorDescriptionItemGrid(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.