Uses of Class
org.vaadin.miki.superfields.itemgrid.CellSelectionEvent
Packages that use CellSelectionEvent
-
Uses of CellSelectionEvent in org.vaadin.miki.superfields.itemgrid
Methods in org.vaadin.miki.superfields.itemgrid that return CellSelectionEventModifier and TypeMethodDescriptionCellSelectionEvent.reversed()Helper method that creates a new event with selection reversed.Methods in org.vaadin.miki.superfields.itemgrid with parameters of type CellSelectionEventModifier and TypeMethodDescriptionvoidCellSelectionHandler.cellSelectionChanged(CellSelectionEvent<T> event) Triggered whenever a cell selection has been changed.static <V> voidItemGrid.defaultCellSelectionHandler(CellSelectionEvent<V> event) DefaultCellSelectionHandler.