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