Uses of Class
com.vaadin.flow.component.listbox.dataview.ListBoxListDataView
Packages that use ListBoxListDataView
-
Uses of ListBoxListDataView in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox that return ListBoxListDataViewModifier and TypeMethodDescriptionListBoxBase.getListDataView()Gets the list data view for the ListBox.ListBoxBase.setItems(ListDataProvider<ITEM> listDataProvider) Sets a ListDataProvider for the ListBox to use and returns aListDataViewthat provides information and allows operations on the items.