We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.data.selection.MultiSelect
Packages that use MultiSelect
Package
Description
-
Uses of MultiSelect in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement MultiSelectModifier and TypeClassDescriptionclass
CheckBoxGroup is a multi-selection component where items are displayed as check boxes.
-
Uses of MultiSelect in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement MultiSelectModifier and TypeClassDescriptionclass
MultiSelectComboBox<TItem>
MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay.
-
Uses of MultiSelect in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return MultiSelectModifier and TypeMethodDescriptionMultiSelect<Grid<T>,
T> AbstractGridMultiSelectionModel.asMultiSelect()
MultiSelect<Grid<T>,
T> Grid.asMultiSelect()
Use this grid as a multiselect in
Binder
.MultiSelect<Grid<T>,
T> GridMultiSelectionModel.asMultiSelect()
Gets a wrapper to use this multiselection model as a multiselect in
Binder
. -
Uses of MultiSelect in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox that implement MultiSelectModifier and TypeClassDescriptionclass
Server-side component for the
vaadin-list-box
element with multi-selection.