Package | Description |
---|---|
com.vaadin.flow.component.combobox |
Modifier and Type | Method and Description |
---|---|
void |
ComboBox.setDataProvider(ComboBox.FetchItemsCallback<T> fetchItems,
SerializableFunction<String,Integer> sizeCallback)
Deprecated.
use instead
ComboBox.setItems(CallbackDataProvider.FetchCallback, CallbackDataProvider.CountCallback)
which provide access to ComboBoxLazyDataView |
Copyright © 2021. All rights reserved.