| Package | Description |
|---|---|
| com.vaadin.flow.component.select.data |
| Constructor and Description |
|---|
SelectDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
Select<T> select)
Constructs a new DataView.
|
SelectListDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
Select<T> select)
Creates a new in-memory data view for Select and verifies the passed data
provider is compatible with this data view implementation.
|
Copyright © 2020. All rights reserved.