Package com.storedobject.vaadin
Interface ResourcedComponent
- All Known Implementing Classes:
AbstractResourcedComponent,DocumentViewer,Image,Image,ModelViewer,PDFViewer,SVGImage
public interface ResourcedComponent
A component that requires a resource.
- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSource(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
-