com.vaadin.flow.data.selection.
Uses of Package
com.vaadin.flow.data.selection
-
Classes in com.vaadin.flow.data.selection used by com.vaadin.flow.component.checkboxClassDescription
Multi selection component which allows to select and deselect multiple items.
A listener for listening for selection changes from a multiselection component.
-
Classes in com.vaadin.flow.data.selection used by com.vaadin.flow.component.comboboxClassDescription
Multi selection component which allows to select and deselect multiple items.
A listener for listening for selection changes from a multiselection component.
-
Classes in com.vaadin.flow.data.selection used by com.vaadin.flow.component.gridClassDescription
Multi selection component which allows to select and deselect multiple items.
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.
A listener for listening to selection changes on a single selection component.
-
Classes in com.vaadin.flow.data.selection used by com.vaadin.flow.component.listboxClassDescription
Multi selection component which allows to select and deselect multiple items.
A listener for listening for selection changes from a multiselection component.
Single selection component whose selection is treated as a value.
-
Classes in com.vaadin.flow.data.selection used by com.vaadin.flow.component.radiobutton
-
Classes in com.vaadin.flow.data.selection used by com.vaadin.flow.component.select
-
Classes in com.vaadin.flow.data.selection used by com.vaadin.flow.data.selectionClassDescription
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.Single selection component whose selection is treated as a value.
Fired when the selection changes in a listing component.