|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||