Uses of Interface
com.vaadin.flow.data.selection.MultiSelectionListener
-
Packages that use MultiSelectionListener Package Description com.vaadin.flow.data.selection -
-
Uses of MultiSelectionListener in com.vaadin.flow.data.selection
Methods in com.vaadin.flow.data.selection with parameters of type MultiSelectionListener Modifier and Type Method Description RegistrationMultiSelect. addSelectionListener(MultiSelectionListener<C,T> listener)Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
-