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 voidAbstractGridMultiSelectionModel.fireSelectionEvent(SelectionEvent<Grid<T>, T> event) Method for handling the firing of selection events.protected abstract voidAbstractGridSingleSelectionModel.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 TypeClassDescriptionclassMultiSelectionEvent<C extends Component,T> Fired when the selection changes in a listing component that supports multiple item selection.classSingleSelectionEvent<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 TypeMethodDescriptionvoidSelectionListener.selectionChange(SelectionEvent<C, T> event) Invoked when the selection has changed.