Serialized Form


Package wicket.contrib.jasperreports

Class wicket.contrib.jasperreports.EmbeddedJRReport extends org.apache.wicket.markup.html.WebComponent implements Serializable

Serialized Fields

resource

JRResource resource

Class wicket.contrib.jasperreports.JRCsvResource extends JRResource implements Serializable

Class wicket.contrib.jasperreports.JRHtmlResource extends JRResource implements Serializable

Class wicket.contrib.jasperreports.JRImageResource extends JRResource implements Serializable

Serialized Fields

type

int type
Type of image (one of BufferedImage.TYPE_*).


zoomRatio

float zoomRatio
The zoom ratio used for the export. The default value is 1.


format

java.lang.String format
the image type. The default value is 'png'.

Class wicket.contrib.jasperreports.JRPdfResource extends JRResource implements Serializable

Class wicket.contrib.jasperreports.JRResource extends org.apache.wicket.markup.html.DynamicWebResource implements Serializable

Serialized Fields

connectionProvider

JRResource.IDatabaseConnectionProvider connectionProvider
the connection provider if any for filling this report.


jasperReportFactory

wicket.contrib.jasperreports.JRResource.JasperReportFactory jasperReportFactory
factory for delayed report creation.


reportParameters

java.util.Map<K,V> reportParameters
the report parameters.


reportDataSource

net.sf.jasperreports.engine.JRDataSource reportDataSource
the datasource if any for filling this report.


fileName

java.lang.String fileName
When set, a header 'Content-Disposition: attachment; filename="${fileName}"' will be added to the response, resulting in a download dialog. No magical extensions are added, so you should make sure the file has the extension you want yourself.

Class wicket.contrib.jasperreports.JRRtfResource extends JRResource implements Serializable

Class wicket.contrib.jasperreports.JRTextResource extends JRResource implements Serializable

Serialized Fields

pageWidth

int pageWidth
an integer representing the page width in characters.


pageHeight

int pageHeight
an integer representing the page height in characters.

Class wicket.contrib.jasperreports.JRXlsResource extends JRResource implements Serializable



Copyright © 2005-2010. All Rights Reserved.