| Package | Description |
|---|---|
| com.vaadin.flow.component.listbox |
| Modifier and Type | Method and Description |
|---|---|
ListBoxListDataView<ITEM> |
ListBoxBase.getListDataView()
Gets the list data view for the ListBox.
|
ListBoxListDataView<ITEM> |
ListBoxBase.setItems(ListDataProvider<ITEM> listDataProvider)
Sets a ListDataProvider for the ListBox to use and returns a
ListDataView that provides information and allows operations on
the items. |
Copyright © 2021. All rights reserved.