Uses of Interface
com.vaadin.event.selection.SelectionEvent
-
Packages that use SelectionEvent Package Description com.vaadin.event.selection -
-
Uses of SelectionEvent in com.vaadin.event.selection
Classes in com.vaadin.event.selection that implement SelectionEvent Modifier and Type Class Description classMultiSelectionEvent<T>Event fired when the the selection changes in aSelectionModel.Multi.classSingleSelectionEvent<T>Fired when the selection changes in a listing component.Methods in com.vaadin.event.selection with parameters of type SelectionEvent Modifier and Type Method Description voidSelectionListener. selectionChange(SelectionEvent<T> event)Invoked when the selection has changed by user or programmatically.
-