public class JasperDownload
extends de.cismet.tools.gui.downloadmanager.AbstractCancellableDownload
| Constructor and Description |
|---|
JasperDownload(Collection<net.sf.jasperreports.engine.JasperPrint> prints,
String directory,
String title,
String filename)
Constructor for Download.
|
JasperDownload(net.sf.jasperreports.engine.JasperPrint print,
String directory,
String title,
String filename)
Constructor for Download.
|
JasperDownload(net.sf.jasperreports.engine.JasperReport report,
Map parameters,
net.sf.jasperreports.engine.JRDataSource dataSource,
String directory,
String title,
String filename)
Creates a new JasperDownload object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
setFileToSaveTo(File fileToSaveTo)
DOCUMENT ME!
|
compareTo, determineDestinationFile, equals, error, getCaughtException, getDownloadsCompleted, getDownloadsErroneous, getDownloadsTotal, getExceptionPanel, getFileToSaveTo, getStatus, getTitle, hashCode, setParallelDownloads, startDownload, stateChanged, titleChangedaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic JasperDownload(net.sf.jasperreports.engine.JasperPrint print,
String directory,
String title,
String filename)
print - The JasperPrint to export.directory - Specifies in which directory to save the file. This should be specified relative to the
general download directory.title - The title of the download.filename - A String containing the filename.public JasperDownload(Collection<net.sf.jasperreports.engine.JasperPrint> prints, String directory, String title, String filename)
prints - The JasperPrint to export.directory - Specifies in which directory to save the file. This should be specified relative to the
general download directory.title - The title of the download.filename - A String containing the filename.public JasperDownload(net.sf.jasperreports.engine.JasperReport report,
Map parameters,
net.sf.jasperreports.engine.JRDataSource dataSource,
String directory,
String title,
String filename)
report - DOCUMENT ME!parameters - DOCUMENT ME!dataSource - DOCUMENT ME!directory - DOCUMENT ME!title - DOCUMENT ME!filename - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.