com.vaadin.flow.component.select.data.

Class SelectListDataView<T>

    • Constructor Detail

      • SelectListDataView

        public 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.

        Parameters:

        dataProviderSupplier - supplier from which the DataProvider can be gotten

        select - select component that the dataView is bound to