Package | Description |
---|---|
com.vaadin.flow.component.checkbox | |
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.listbox |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxGroup<T>
Server-side component for the
vaadin-checkbox-group element. |
Modifier and Type | Method and Description |
---|---|
MultiSelect<Grid<T>,T> |
GridMultiSelectionModel.asMultiSelect()
Gets a wrapper to use this multiselection model as a multiselect in
Binder . |
MultiSelect<Grid<T>,T> |
Grid.asMultiSelect()
Use this grid as a multiselect in
Binder . |
MultiSelect<Grid<T>,T> |
AbstractGridMultiSelectionModel.asMultiSelect() |
Modifier and Type | Class and Description |
---|---|
class |
MultiSelectListBox<T>
Server-side component for the
vaadin-list-box element with
multi-selection. |
Copyright © 2025. All rights reserved.