Uses of Interface
com.vaadin.ui.Grid.FetchItemsCallback
-
Packages that use Grid.FetchItemsCallback Package Description com.vaadin.ui -
-
Uses of Grid.FetchItemsCallback in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Grid.FetchItemsCallback Modifier and Type Method Description void
Grid. setDataProvider(Grid.FetchItemsCallback<T> fetchItems, SerializableSupplier<Integer> sizeCallback)
Sets a CallbackDataProvider using the given fetch items callback and a size callback.
-