Uses of Interface
com.vaadin.flow.data.selection.MultiSelectionListener
Packages that use MultiSelectionListener
-
Uses of MultiSelectionListener in com.vaadin.flow.data.selection
Methods in com.vaadin.flow.data.selection with parameters of type MultiSelectionListenerModifier and TypeMethodDescriptioncom.vaadin.flow.shared.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.