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