Uses of Class
com.vaadin.flow.server.AbstractStreamResource
-
Uses of AbstractStreamResource in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return AbstractStreamResourceModifier and TypeMethodDescriptionCollaborationAvatarGroup.ImageProvider.getImageResource
(UserInfo user) Gets a stream resource that provides the avatar image for the given user.
-
Uses of AbstractStreamResource in com.vaadin.flow.component.avatar
Methods in com.vaadin.flow.component.avatar that return AbstractStreamResourceModifier and TypeMethodDescriptionAvatar.getImageResource()
Gets the image that was set for the avatar.
AvatarGroup.AvatarGroupItem.getImageResource()
Gets the image that was set for the avatar.
Methods in com.vaadin.flow.component.avatar with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionvoid
Avatar.setImageResource
(AbstractStreamResource resource) Deprecated, for removal: This API element is subject to removal in a future version.
void
AvatarGroup.AvatarGroupItem.setImageResource
(AbstractStreamResource resource) Deprecated, for removal: This API element is subject to removal in a future version.
-
Uses of AbstractStreamResource in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionvoid
HtmlObject.setData
(AbstractStreamResource data) Deprecated, for removal: This API element is subject to removal in a future version.
useHtmlObject.setData(DownloadHandler)
insteadvoid
Anchor.setHref
(AbstractStreamResource href) Deprecated, for removal: This API element is subject to removal in a future version.
useAnchor.setHref(DownloadHandler)
insteadvoid
IFrame.setSrc
(AbstractStreamResource src) Deprecated, for removal: This API element is subject to removal in a future version.
useIFrame.setSrc(DownloadHandler)
insteadvoid
Image.setSrc
(AbstractStreamResource src) Deprecated, for removal: This API element is subject to removal in a future version.
useImage.setSrc(DownloadHandler)
insteadConstructors in com.vaadin.flow.component.html with parameters of type AbstractStreamResourceModifierConstructorDescriptionAnchor
(AbstractStreamResource href, String text) Deprecated, for removal: This API element is subject to removal in a future version.
useAnchor(DownloadHandler, String)
insteadDeprecated, for removal: This API element is subject to removal in a future version.
useHtmlObject(DownloadHandler)
insteadHtmlObject
(AbstractStreamResource data, Param... params) Deprecated, for removal: This API element is subject to removal in a future version.
useHtmlObject(DownloadHandler,Param...)
insteadHtmlObject
(AbstractStreamResource data, String type) Deprecated, for removal: This API element is subject to removal in a future version.
useHtmlObject(DownloadHandler,String)
insteadHtmlObject
(AbstractStreamResource data, String type, Param... params) Deprecated, for removal: This API element is subject to removal in a future version.
useHtmlObject(DownloadHandler,String, Param...)
insteadImage
(AbstractStreamResource src, String alt) Deprecated, for removal: This API element is subject to removal in a future version.
useImage(DownloadHandler, String)
instead -
Uses of AbstractStreamResource in com.vaadin.flow.component.icon
Methods in com.vaadin.flow.component.icon with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionvoid
SvgIcon.setSrc
(AbstractStreamResource src) Deprecated, for removal: This API element is subject to removal in a future version.
UseSvgIcon.setSrc(DownloadHandler)
insteadvoid
SvgIcon.setSrc
(AbstractStreamResource src, String symbol) Deprecated, for removal: This API element is subject to removal in a future version.
UseSvgIcon.setSrc(DownloadHandler, String)
insteadConstructors in com.vaadin.flow.component.icon with parameters of type AbstractStreamResourceModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
UseSvgIcon(DownloadHandler)
insteadSvgIcon
(AbstractStreamResource src, String symbol) Deprecated, for removal: This API element is subject to removal in a future version.
UseSvgIcon(DownloadHandler, String)
instead -
Uses of AbstractStreamResource in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages that return AbstractStreamResourceModifier and TypeMethodDescriptionMessageListItem.getUserImageResource()
Gets the image resource of the message sender's avatar.
Methods in com.vaadin.flow.component.messages with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionvoid
MessageListItem.setUserImageResource
(AbstractStreamResource resource) Deprecated, for removal: This API element is subject to removal in a future version.
-
Uses of AbstractStreamResource in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionElement.setAttribute
(String attribute, AbstractStreamResource resource) Sets the given attribute to the given
StreamResource
value.void
ElementStateProvider.setAttribute
(StateNode node, String attribute, AbstractStreamResource resource) Sets the given attribute to the given
StreamResource
value. -
Uses of AbstractStreamResource in com.vaadin.flow.dom.impl
Methods in com.vaadin.flow.dom.impl with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionvoid
AbstractTextElementStateProvider.setAttribute
(StateNode node, String attribute, AbstractStreamResource resource) void
BasicElementStateProvider.setAttribute
(StateNode node, String attribute, AbstractStreamResource receiver) void
ShadowRootStateProvider.setAttribute
(StateNode node, String attribute, AbstractStreamResource resource) -
Uses of AbstractStreamResource in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionvoid
ElementAttributeMap.setResource
(String attribute, AbstractStreamResource resource) Sets the given attribute to the given
StreamResource
value. -
Uses of AbstractStreamResource in com.vaadin.flow.server
Subclasses of AbstractStreamResource in com.vaadin.flow.serverModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.
useUploadHandler
insteadclass
Deprecated, for removal: This API element is subject to removal in a future version.
useDownloadHandler
insteadstatic class
Internal wrapper class for wrapping
ElementRequestHandler
instances asAbstractStreamResource
compatible instances.Methods in com.vaadin.flow.server with type parameters of type AbstractStreamResourceModifier and TypeMethodDescription<T extends AbstractStreamResource>
Optional<T>StreamResourceRegistry.getResource
(Class<T> type, URI uri) Get a registered resource of given type.
Methods in com.vaadin.flow.server that return AbstractStreamResourceModifier and TypeMethodDescriptionStreamRegistration.getResource()
Get the stream resource whose registration result is represented by this
StreamRegistration
instance.AbstractStreamResource.setCacheTime
(long cacheTime) Set cache time in millis.
Methods in com.vaadin.flow.server that return types with arguments of type AbstractStreamResourceModifier and TypeMethodDescriptionStreamResourceRegistry.getResource
(URI uri) Get a registered resource for given
URI
.Methods in com.vaadin.flow.server with parameters of type AbstractStreamResourceModifier and TypeMethodDescriptionStreamResourceRegistry.getTargetURI
(AbstractStreamResource resource) Returns the URI path to the given resource in the context of this registry (relevant in portlet context).
static URI
StreamResourceRegistry.getURI
(AbstractStreamResource resource) Gets the URI for the given
resource
.StreamResourceRegistry.registerResource
(AbstractStreamResource resource) Registers a stream resource in the session and returns registration handler.
Avatar.setImageHandler(DownloadHandler)
instead