Uses of Class
com.vaadin.flow.component.listbox.dataview.ListBoxDataView
Packages that use ListBoxDataView
-
Uses of ListBoxDataView in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox that return ListBoxDataViewModifier and TypeMethodDescriptionListBoxBase.getGenericDataView()Gets the generic data view for the ListBox.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.ListBoxBase.setItems(InMemoryDataProvider<ITEM> inMemoryDataProvider) Sets an in-memory data provider for the ListBox to use