Uses of Interface
com.vaadin.server.SerializableSupplier
-
Packages that use SerializableSupplier Package Description com.vaadin.data com.vaadin.data.provider com.vaadin.ui com.vaadin.ui.renderers -
-
Uses of SerializableSupplier in com.vaadin.data
Methods in com.vaadin.data with parameters of type SerializableSupplier Modifier and Type Method 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. -
Uses of SerializableSupplier in com.vaadin.data.provider
Fields in com.vaadin.data.provider declared as SerializableSupplier Modifier and Type Field Description static SerializableSupplier<Locale>InMemoryDataProviderHelpers. CURRENT_LOCALE_SUPPLIERSupplier that attempts to resolve a locale from the current UI.Methods in com.vaadin.data.provider with parameters of type SerializableSupplier Modifier and Type Method Description static <T> DataProvider<T,String>InMemoryDataProviderHelpers. filteringByCaseInsensitiveString(InMemoryDataProvider<T> dataProvider, ValueProvider<T,String> valueProvider, SerializableBiPredicate<String,String> predicate, SerializableSupplier<Locale> localeSupplier)Wraps a given data provider so that its filter tests the given predicate with the lower case string provided by the given value provider. -
Uses of SerializableSupplier in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type SerializableSupplier Modifier and Type Method Description voidGrid. setDataProvider(Grid.FetchItemsCallback<T> fetchItems, SerializableSupplier<Integer> sizeCallback)Sets a CallbackDataProvider using the given fetch items callback and a size callback. -
Uses of SerializableSupplier in com.vaadin.ui.renderers
Constructors in com.vaadin.ui.renderers with parameters of type SerializableSupplier Constructor Description LocalDateRenderer(SerializableSupplier<DateTimeFormatter> formatterSupplier)Creates a new LocalDateRenderer.LocalDateRenderer(SerializableSupplier<DateTimeFormatter> formatterSupplier, String nullRepresentation)Creates a new LocalDateRenderer.LocalDateTimeRenderer(SerializableSupplier<DateTimeFormatter> formatterSupplier)Creates a new LocalDateTimeRenderer.LocalDateTimeRenderer(SerializableSupplier<DateTimeFormatter> formatterSupplier, String nullRepresentation)Creates a new LocalDateTimeRenderer.
-