Uses of Interface
com.vaadin.flow.server.streams.DownloadHandler
Packages that use DownloadHandler
Package
Description
-
Uses of DownloadHandler in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return DownloadHandlerModifier and TypeMethodDescriptionCollaborationAvatarGroup.ImageHandler.getDownloadHandler(UserInfo user) Gets a download handler for the avatar image for the given user. -
Uses of DownloadHandler in com.vaadin.flow.component.avatar
Methods in com.vaadin.flow.component.avatar with parameters of type DownloadHandlerModifier and TypeMethodDescriptionvoidAvatar.setImageHandler(DownloadHandler downloadHandler) Sets the image for the avatar.voidAvatarGroup.AvatarGroupItem.setImageHandler(DownloadHandler downloadHandler) Sets the image for the avatar. -
Uses of DownloadHandler in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html with parameters of type DownloadHandlerModifier and TypeMethodDescriptionvoidHtmlObject.setData(DownloadHandler data) Sets the URL forDownloadHandlercallback as "data" attribute value.voidAnchor.setHref(DownloadHandler downloadHandler) Sets the URL that this anchor links to and that is bound to a givenDownloadHandlercallback on the server for handling data download from the server to the client when clicking an anchor.voidAnchor.setHref(DownloadHandler downloadHandler, AttachmentType attachmentType) Sets the URL that this anchor links to and that is bound to a givenDownloadHandlercallback on the server for handling data download from the server to the client when clicking an anchor.voidIFrame.setSrc(DownloadHandler downloadHandler) Sets the source of the iframe with a source URL with the URL of the givenDownloadHandlercallback.voidImage.setSrc(DownloadHandler downloadHandler) Sets the image URL with the URL of the givenDownloadHandlercallback.Constructors in com.vaadin.flow.component.html with parameters of type DownloadHandlerModifierConstructorDescriptionAnchor(DownloadHandler downloadHandler, AttachmentType attachmentType, String text) Creates an anchor component with the given text content and a callback that handles data download from the server to the client when clicking an anchor.Anchor(DownloadHandler downloadHandler, String text) Creates an anchor component with the given text content and a callback that handles data download from the server to the client when clicking an anchor.HtmlObject(DownloadHandler data) Creates a new<object>component with given data resource, type value and "param" components.HtmlObject(DownloadHandler data, Param... params) Creates a new<object>component with given data resource, type value and "param" components.HtmlObject(DownloadHandler data, String type) Creates a new<object>component with givenDownloadHandlercallback for providing an object data and type value.HtmlObject(DownloadHandler data, String type, Param... params) Creates a new<object>component with given data resource, type value and "param" components.IFrame(DownloadHandler downloadHandler) Creates a new iframe with download handler callback that provides a resource from server.Image(DownloadHandler downloadHandler, String alt) Creates an image with the given download handler callback for providing an image data and an alternative text. -
Uses of DownloadHandler in com.vaadin.flow.component.icon
Methods in com.vaadin.flow.component.icon with parameters of type DownloadHandlerModifier and TypeMethodDescriptionvoidSvgIcon.setSrc(DownloadHandler src) Defines the source of the icon from the givenDownloadHandlerThe resource must contain a valid SVG element.voidSvgIcon.setSrc(DownloadHandler src, String symbol) Defines the src and the symbol to be used in the icon.Constructors in com.vaadin.flow.component.icon with parameters of type DownloadHandlerModifierConstructorDescriptionSvgIcon(DownloadHandler src) Creates an SVG icon with the given download handler resource.SvgIcon(DownloadHandler src, String symbol) Creates an SVG icon with the given download handler resource. -
Uses of DownloadHandler in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map that return DownloadHandler -
Uses of DownloadHandler in com.vaadin.flow.component.map.configuration.style
Methods in com.vaadin.flow.component.map.configuration.style that return DownloadHandlerModifier and TypeMethodDescriptionIcon.getImgHandler()The stream resource from which the icon's image should be loaded.Methods in com.vaadin.flow.component.map.configuration.style with parameters of type DownloadHandler -
Uses of DownloadHandler in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages with parameters of type DownloadHandlerModifier and TypeMethodDescriptionvoidMessageListItem.setUserImageHandler(DownloadHandler downloadHandler) Sets the image for the message sender's avatar. -
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.