| Package | Description |
|---|---|
| com.vaadin.flow.component.listbox |
| Modifier and Type | Method and Description |
|---|---|
ListBoxDataView<ITEM> |
ListBoxBase.getGenericDataView()
Gets the generic data view for the ListBox.
|
ListBoxDataView<ITEM> |
ListBoxBase.setItems(com.vaadin.flow.data.provider.DataProvider<ITEM,Void> dataProvider)
Set a generic data provider for the ListBox to use and returns the base
ListBoxDataView that provides API to get information on the items. |
ListBoxDataView<ITEM> |
ListBoxBase.setItems(com.vaadin.flow.data.provider.InMemoryDataProvider<ITEM> inMemoryDataProvider)
Sets an in-memory data provider for the ListBox to use
|
Copyright © 2021. All rights reserved.