Uses of Class
org.wicketstuff.jasperreports.JRResource

Packages that use JRResource
org.wicketstuff.jasperreports   
 

Uses of JRResource in org.wicketstuff.jasperreports
 

Subclasses of JRResource in org.wicketstuff.jasperreports
 class JRConcreteResource<H extends IJRResourceHandler>
          A concrete implementation of a JRResource that delegates the common methods to a handler
 class JRCsvResource
          Deprecated. Use JRConcreteResource(*, new CsvResourceHandler())
 class JRHtmlResource
          Deprecated. Use JRConcreteResource(*, new HtmlResourceHandler())
 class JRImageResource
          Resource class for jasper reports PDF resources.
 class JRPdfResource
          Deprecated. Use JRConcreteResource(*, new PdfResourceHandler())
 class JRRtfResource
          Deprecated. Use JRConcreteResource(*, new RtfResourceHandler())
 class JRTextResource
          Deprecated. Use JRConcreteResource(*, new TextResourceHandler())
 class JRXlsResource
          Deprecated. Use JRConcreteResource(*, new XlsResourceHandler())
 

Methods in org.wicketstuff.jasperreports that return JRResource
 JRResource JRResource.setConnectionProvider(IDatabaseConnectionProvider provider)
          Sets the connection provider if any for filling this report.
 JRResource JRResource.setFileName(java.lang.String name)
          Sets the file name.
 JRResource JRResource.setReportDataSource(net.sf.jasperreports.engine.JRDataSource dataSource)
          Sets the datasource if any for filling this report.
 JRResource JRResource.setReportParameters(java.util.Map params)
          Sets the report parameters.
 

Constructors in org.wicketstuff.jasperreports with parameters of type JRResource
EmbeddedJRReport(java.lang.String componentID, JRResource resource)
          Construcxt.
 



Copyright © 2005-2010 Wicket developers. All Rights Reserved.