| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
static <R> Result<R> |
Result.of(SerializableSupplier<R> supplier,
SerializableFunction<Exception,String> onError)
Returns a Result representing the result of invoking the given supplier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setDataProvider(Grid.FetchItemsCallback<T> fetchItems,
SerializableSupplier<Integer> sizeCallback)
Sets a CallbackDataProvider using the given fetch items callback and a
size callback.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.