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