Uses of Interface
com.vaadin.flow.data.selection.SelectionEvent
-
Packages that use SelectionEvent Package Description com.vaadin.flow.component.grid com.vaadin.flow.data.selection -
-
Uses of SelectionEvent in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type SelectionEvent Modifier and Type Method Description protected 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 SelectionEvent Modifier and Type Class Description classMultiSelectionEvent<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 SelectionEvent Modifier and Type Method Description voidSelectionListener. selectionChange(SelectionEvent<C,T> event)Invoked when the selection has changed.
-