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