Package | Description |
---|---|
com.vaadin.flow.component.select.data |
Constructor and Description |
---|
SelectDataView(SerializableSupplier<DataProvider<T,?>> dataProviderSupplier,
Select<T> select)
Constructs a new DataView.
|
SelectListDataView(SerializableSupplier<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.