| Method and Description |
|---|
| com.vaadin.flow.component.select.Select.setDataProvider(DataProvider<T, ?>)
use instead one of the
setItems methods which provide
access to either SelectListDataView or
SelectDataView |
| com.vaadin.flow.component.select.Select.setItems(Stream<T>)
Because the stream is collected to a list anyway, use
HasListDataView.setItems(Collection) instead. |
Copyright © 2020. All rights reserved.