Interface FileExport<T>
-
- All Known Implementing Classes:
AbstractFileExport,ImageFileExport,PdfFileExport,SvgFileExport,TextFileExport
public interface FileExport<T>Provides client-side exporting features.It saves raw data into a file by producing a file download dialog to appear.
Builtin content export types supported : -
@Inject FileExport-@Inject FileExport-@Inject FileExport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexport(T content, String fileName)Export thecontentinto a file with the name given byfileName
-