ListBoxBase.getListDataView() or
ListBoxBase.getGenericDataView() insteadvaadin-list-box element.ListBox and MultiSelectListBox.vaadin-list-box element with
multi-selection.setItems methods which provide
access to either ListBoxListDataView or
ListBoxDataViewListBoxDataView that provides API to get information on the items.ListDataView that provides information and allows operations on
the items.HasListDataView.setItems(Collection) instead.Copyright © 2021. All rights reserved.