com.vaadin.flow.data.selection.
Package com.vaadin.flow.data.selection
-
ClassDescription
Multi selection component which allows to select and deselect multiple items.
Fired when the selection changes in a listing component that supports multiple item selection.
A listener for listening for selection changes from a multiselection component.
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).
A listener for
SelectionEvent
.Models the selection logic of a
Listing
component.A selection model in which multiple items can be selected at the same time.
A selection model in which at most one item can be selected at a time.
Single selection component whose selection is treated as a value.
Fired when the selection changes in a listing component.
A listener for listening to selection changes on a single selection component.