Uses of Class
com.vaadin.flow.component.listbox.dataview.ListBoxDataView
-
Packages that use ListBoxDataView Package Description com.vaadin.flow.component.listbox -
-
Uses of ListBoxDataView in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox that return ListBoxDataView Modifier and Type Method Description ListBoxDataView<ITEM>ListBoxBase. getGenericDataView()Gets the generic data view for the ListBox.ListBoxDataView<ITEM>ListBoxBase. setItems(DataProvider<ITEM,Void> dataProvider)Set a generic data provider for the ListBox to use and returns the baseListBoxDataViewthat provides API to get information on the items.ListBoxDataView<ITEM>ListBoxBase. setItems(InMemoryDataProvider<ITEM> inMemoryDataProvider)Sets an in-memory data provider for the ListBox to use
-