Package com.storedobject.vaadin
Interface ResourcedComponent
- All Known Implementing Classes:
AbstractResourcedComponent
,DocumentViewer
,Image
,Image
,PDFViewer
,SVGImage
public interface ResourcedComponent
A component that requires a resource.
- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSource
(com.vaadin.flow.server.AbstractStreamResource streamResource) Set the resource.
-
Method Details
-
setSource
void setSource(com.vaadin.flow.server.AbstractStreamResource streamResource) Set the resource.- Parameters:
streamResource
- Resource to set
-