Uses of Class
com.vaadin.flow.component.select.data.SelectDataView
-
Packages that use SelectDataView Package Description com.vaadin.flow.component.select -
-
Uses of SelectDataView in com.vaadin.flow.component.select
Methods in com.vaadin.flow.component.select that return SelectDataView Modifier and Type Method Description SelectDataView<T>Select. getGenericDataView()Gets the generic data view for theSelect.SelectDataView<T>Select. setItems(DataProvider<T,Void> dataProvider)SelectDataView<T>Select. setItems(InMemoryDataProvider<T> inMemoryDataProvider)
-