Uses of Interface
com.vaadin.flow.data.selection.SelectionEvent
Packages that use SelectionEvent
-
Uses of SelectionEvent in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SelectionEventModifier and TypeMethodDescriptionprotected abstract void
AbstractGridMultiSelectionModel.fireSelectionEvent
(SelectionEvent<Grid<T>, T> event) Method for handling the firing of selection events.protected abstract void
AbstractGridSingleSelectionModel.fireSelectionEvent
(SelectionEvent<Grid<T>, T> event) Method for handling the firing of selection events. -
Uses of SelectionEvent in com.vaadin.flow.data.selection
Classes in com.vaadin.flow.data.selection that implement SelectionEventModifier and TypeClassDescriptionclass
MultiSelectionEvent<C extends Component,
T> Fired when the selection changes in a listing component that supports multiple item selection.class
SingleSelectionEvent<C extends Component,
T> Fired when the selection changes in a listing component.Methods in com.vaadin.flow.data.selection with parameters of type SelectionEventModifier and TypeMethodDescriptionvoid
SelectionListener.selectionChange
(SelectionEvent<C, T> event) Invoked when the selection has changed.