Uses of Interface
org.vaadin.firitin.components.DynamicFileDownloader.ContentWriter
Packages that use DynamicFileDownloader.ContentWriter
-
Uses of DynamicFileDownloader.ContentWriter in org.vaadin.firitin.components
Constructors in org.vaadin.firitin.components with parameters of type DynamicFileDownloader.ContentWriterModifierConstructorDescriptionDynamicFileDownloader(com.vaadin.flow.component.Component downloadComponent, String fileName, DynamicFileDownloader.ContentWriter contentWriter) Constructs a download link with given component as the content that ignites the download.DynamicFileDownloader(com.vaadin.flow.component.Component downloadComponent, DynamicFileDownloader.ContentWriter contentWriter) Constructs a download link with given component as the content that ignites the download.DynamicFileDownloader(String linkText, String fileName, DynamicFileDownloader.ContentWriter contentWriter) Constructs a new download link with given text, static file name and writer.DynamicFileDownloader(String linkText, DynamicFileDownloader.ContentWriter contentWriter) Constructs a new download link with given text, static file name and writer.Constructs a basic download link with DOWNLOAD icon fromVaadinIconas the "text" and default file name.