com.vaadin.flow.data.selection.
Package com.vaadin.flow.data.selection
-
Interface Summary Interface Description MultiSelect<C extends Component,T> Multi selection component which allows to select and deselect multiple items.
MultiSelectionListener<C extends Component,T> A listener for listening for selection changes from a multiselection component.
SelectionEvent<C extends Component,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<C extends Component,T> A listener for
SelectionEvent
.SelectionModel<C extends Component,T> Models the selection logic of a
Listing
component.SelectionModel.Multi<C extends Component,T> A selection model in which multiple items can be selected at the same time.
SelectionModel.Single<C extends Component,T> A selection model in which at most one item can be selected at a time.
SingleSelect<C extends Component,T> Single selection component whose selection is treated as a value.
SingleSelectionListener<C extends Component,T> A listener for listening to selection changes on a single selection component.
-
Class Summary Class Description MultiSelectionEvent<C extends Component,T> Fired when the selection changes in a listing component that supports multiple item selection.
SingleSelectionEvent<C extends Component,T> Fired when the selection changes in a listing component.