Uses of Class
com.vaadin.flow.component.select.data.SelectListDataView
-
Packages that use SelectListDataView Package Description com.vaadin.flow.component.select -
-
Uses of SelectListDataView in com.vaadin.flow.component.select
Methods in com.vaadin.flow.component.select that return SelectListDataView Modifier and Type Method Description SelectListDataView<T>Select. getListDataView()Gets the list data view for theSelect.SelectListDataView<T>Select. setItems(ListDataProvider<T> dataProvider)
-