| Interface | Description |
|---|---|
| MultiSelectionListener<T> |
A listener for listening for selection changes from a multiselection
component.
|
| SelectionEvent<T> |
A selection event that unifies the way to access to selection event for multi
selection and single selection components (in case when only one selected
item is required).
|
| SelectionListener<T> |
A listener for
SelectionEvent. |
| SingleSelectionListener<T> |
A listener for listening to selection changes on a single selection
component.
|
| Class | Description |
|---|---|
| MultiSelectionEvent<T> |
Event fired when the the selection changes in a
SelectionModel.Multi. |
| SingleSelectionEvent<T> |
Fired when the selection changes in a listing component.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.