Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.query | |
net.sf.jasperreports.engine.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
JRQueryChunk[] |
JRQuery.getChunks() |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseQueryChunk |
Modifier and Type | Method and Description |
---|---|
JRQueryChunk[] |
JRBaseQuery.getChunks() |
Modifier and Type | Method and Description |
---|---|
protected JRBaseQueryChunk |
JRBaseObjectFactory.getQueryChunk(JRQueryChunk queryChunk) |
Constructor and Description |
---|
JRBaseQueryChunk(JRQueryChunk queryChunk,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignQueryChunk |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRQueryChunk> |
JRDesignQuery.chunks |
Modifier and Type | Method and Description |
---|---|
JRQueryChunk[] |
JRDesignQuery.getChunks() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignQuery.setChunks(java.util.List<JRQueryChunk> chunks) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRAbstractQueryExecuter.appendQueryChunk(java.lang.StringBuffer sbuffer,
JRQueryChunk chunk) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
JRQueryParser.asText(JRQueryChunk[] chunks)
(Re)creates the query text from a list of chunks.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com