Package | Description |
---|---|
com.vaadin.flow.component.combobox |
Modifier and Type | Method and Description |
---|---|
void |
ComboBox.setDataProvider(ComboBox.FetchItemsCallback<T> fetchItems,
SerializableFunction<String,Integer> sizeCallback)
Sets a CallbackDataProvider using the given fetch items callback and a
size callback.
|
Copyright © 2018. All rights reserved.