| Package | Description |
|---|---|
| com.vaadin.flow.data.selection |
| Class and Description |
|---|
| MultiSelectionEvent
Fired when the selection changes in a listing component that supports
multiple item selection.
|
| MultiSelectionListener
A listener for listening for selection changes from a multiselection
component.
|
| SelectionEvent
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
A listener for
SelectionEvent. |
| SelectionModel
Models the selection logic of a
Listing component. |
| SingleSelect
Single selection component whose selection is treated as a value.
|
| SingleSelectionEvent
Fired when the selection changes in a listing component.
|
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.