Uses of Interface
com.vaadin.flow.data.selection.MultiSelect
-
Packages that use MultiSelect Package Description com.vaadin.flow.component.checkbox com.vaadin.flow.component.combobox com.vaadin.flow.component.grid com.vaadin.flow.component.listbox -
-
Uses of MultiSelect in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox that implement MultiSelect Modifier and Type Class Description classCheckboxGroup<T>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 MultiSelect Modifier and Type Class Description classMultiSelectComboBox<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 MultiSelect Modifier and Type Method Description MultiSelect<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 MultiSelect Modifier and Type Class Description classMultiSelectListBox<T>Server-side component for thevaadin-list-boxelement with multi-selection.
-