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 inBinder
.MultiSelect<Grid<T>,
T> GridMultiSelectionModel.asMultiSelect()
Gets a wrapper to use this multiselection model as a multiselect inBinder
. -
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 thevaadin-list-box
element with multi-selection.