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