| Package | Description |
|---|---|
| net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
| net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
| net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
| Modifier and Type | Method and Description |
|---|---|
JRQuery |
TableReportDataset.getQuery() |
JRQuery |
TableReport.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
JRQuery |
JRReport.getQuery() |
JRQuery |
JRDataset.getQuery()
Returns the query of the dataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JRBaseQuery |
| Modifier and Type | Field and Description |
|---|---|
protected JRQuery |
JRBaseDataset.query |
| Modifier and Type | Method and Description |
|---|---|
JRQuery |
JRBaseReport.getQuery() |
JRQuery |
JRBaseDataset.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected JRBaseQuery |
JRBaseObjectFactory.getQuery(JRQuery query) |
| Constructor and Description |
|---|
JRBaseQuery(JRQuery query,
JRBaseObjectFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRDesignQuery |
| Modifier and Type | Field and Description |
|---|---|
protected JRQuery |
JRFillDataset.query
The dataset query.
|
| Modifier and Type | Method and Description |
|---|---|
JRQuery |
JRFillDataset.getQuery() |
Copyright © 2017. All rights reserved.