Uses of Interface
com.vaadin.flow.server.streams.DownloadHandler
Packages that use DownloadHandler
-
Uses of DownloadHandler in com.vaadin.flow.component.clipboard
Methods in com.vaadin.flow.component.clipboard with parameters of type DownloadHandlerModifier and TypeMethodDescriptionvoidClipboardBinding.writeImage(DownloadHandler handler) Copies the image served by the givenDownloadHandlerto the clipboard asimage/pngwhen the underlying trigger fires.voidClipboardBinding.writeImage(DownloadHandler handler, SerializableConsumer<@Nullable String> onCopied, SerializableConsumer<PromiseAction.Error> onError) LikeClipboardBinding.writeImage(DownloadHandler)but reports the outcome back to the server. -
Uses of DownloadHandler in com.vaadin.flow.server.streams
Classes in com.vaadin.flow.server.streams that implement DownloadHandlerModifier and TypeClassDescriptionclassAbstractDownloadHandler<R extends AbstractDownloadHandler>Abstract class for common methods used in pre-made download handlers.classDownload handler for serving a class resource.classDownload handler for use with a given File that will be read and written as binary data to the response.classDownload handler for serving an input stream for client download.classDownload handler for serving a servlet resource for client download.Methods in com.vaadin.flow.server.streams that return DownloadHandlerModifier and TypeMethodDescriptiondefault DownloadHandlerDownloadHandler.allowDisabled()Returns a view of this handler that is served even when the owning component is disabled.