Uses of Interface
com.vaadin.flow.data.selection.SelectionListener
Packages that use SelectionListener
-
Uses of SelectionListener in com.vaadin.flow.data.selection
Methods in com.vaadin.flow.data.selection with parameters of type SelectionListenerModifier and TypeMethodDescriptionSelectionModel.addSelectionListener(SelectionListener<C, T> listener) Adds a generic listener to this selection model, accepting both single and multiselection events.