Uses of Interface
com.vaadin.flow.data.selection.SelectionEvent
-
Packages that use SelectionEvent Package Description com.vaadin.flow.data.selection -
-
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.
-