Uses of Class
com.vaadin.flow.data.selection.MultiSelectionEvent
Packages that use MultiSelectionEvent
-
Uses of MultiSelectionEvent in com.vaadin.flow.data.selection
Methods in com.vaadin.flow.data.selection with parameters of type MultiSelectionEventModifier and TypeMethodDescriptionvoid
MultiSelectionListener.selectionChange
(MultiSelectionEvent<C, T> event) Invoked when the selection has changed by the user or programmatically.