Uses of Interface
com.vaadin.flow.function.SerializableSupplier
Packages that use SerializableSupplier
Package
Description
-
Uses of SerializableSupplier in com.vaadin.flow.component
Constructors in com.vaadin.flow.component with parameters of type SerializableSupplierModifierConstructorDescriptionHtml(Signal<String> htmlSignal, SerializableSupplier<org.jsoup.safety.Safelist> safelistSupplier) Creates an instance based on the given HTML fragment signal, with every value sanitized using the safelist obtained from the given supplier.Html(InputStream stream, SerializableSupplier<org.jsoup.safety.Safelist> safelistSupplier) Creates an instance based on the HTML fragment read from the stream, sanitized using the safelist obtained from the given supplier.Html(String outerHtml, SerializableSupplier<org.jsoup.safety.Safelist> safelistSupplier) Creates an instance based on the given HTML fragment, sanitized using the safelist obtained from the given supplier. -
Uses of SerializableSupplier in com.vaadin.flow.server.communication
Constructors in com.vaadin.flow.server.communication with parameters of type SerializableSupplierModifierConstructorDescriptionPwaHandler(SerializableSupplier<PwaRegistry> pwaRegistryGetter) Creates PwaHandler fromPwaRegistrygetter. -
Uses of SerializableSupplier in com.vaadin.flow.signals.impl
Methods in com.vaadin.flow.signals.impl with parameters of type SerializableSupplierModifier and TypeMethodDescriptionstatic voidTransaction.setTransactionFallback(@Nullable SerializableSupplier<@Nullable Transaction> fallback) Sets a supplier that provides a fallback transaction when no explicit transaction is active on the current thread.