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