Uses of Class
org.vaadin.firitin.components.DynamicFileDownloader
Packages that use DynamicFileDownloader
-
Uses of DynamicFileDownloader in org.vaadin.firitin.components
Subclasses with type arguments of type DynamicFileDownloader in org.vaadin.firitin.componentsModifier and TypeClassDescriptionstatic class
Event fired when the file download fails.static class
Event fired when the file download has been streamed to the client.static class
Event fired when the file download has been streamed to the client.Classes in org.vaadin.firitin.components that implement interfaces with type arguments of type DynamicFileDownloaderModifier and TypeClassDescriptionclass
An anchor which links to a file whose content is produced dynamically.class
An anchor which links to a file whose content is produced dynamically.class
An anchor which links to a file whose content is produced dynamically.Methods in org.vaadin.firitin.components that return DynamicFileDownloaderModifier and TypeMethodDescriptionDynamicFileDownloader.asButton()
Makes the download look like a button instead of a normal link.DynamicFileDownloader.inNewWindow()
Configures the download to open in a new window and removes the download attribute and content disposition headers instructing to download the target as a file.DynamicFileDownloader.withContentTypeGenerator
(DynamicFileDownloader.ContentTypeGenerator contentTypeGenerator) DynamicFileDownloader.withFileNameGenerator
(DynamicFileDownloader.FileNameGenerator fileNameGenerator) Fluent method to set the strategy to creates the name of the downloaded.Constructors in org.vaadin.firitin.components with parameters of type DynamicFileDownloaderModifierConstructorDescriptionDownloadFailedEvent
(DynamicFileDownloader source, Exception e) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.DownloadFinishedEvent
(DynamicFileDownloader source, boolean fromClient) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.DownloadStartedEvent
(DynamicFileDownloader source, boolean fromClient) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.