Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
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.convert | |
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).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
String |
TableReportCompileData.getUnitName(JasperReport jasperReport,
JRCrosstab crosstab) |
protected int |
TableReportBaseObjectFactory.resolveCrosstabId(JRCrosstab crosstab) |
Modifier and Type | Method and Description |
---|---|
void |
CrosstabDeepVisitor.deepVisitCrosstab(JRCrosstab crosstab)
Visits all the elements nested into a crosstab.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCrosstab
Base read-only
crosstab implementation. |
Modifier and Type | Method and Description |
---|---|
static JRElement |
JRBaseCrosstab.getElementByKey(JRCrosstab crosstab,
String key) |
Constructor and Description |
---|
JRBaseCrosstab(JRCrosstab crosstab,
JRBaseObjectFactory factory,
int id) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCrosstab
Design-time
crosstab implementation. |
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRCrosstab crosstab)
Collects expressions from a crosstab.
|
static List<JRExpression> |
JRExpressionCollector.collectExpressions(JasperReportsContext jasperReportsContext,
JRReport report,
JRCrosstab crosstab) |
static JRExpressionCollector |
JRExpressionCollector.collector(JasperReportsContext jasperReportsContext,
JRReport report,
JRCrosstab crosstab) |
JRExpressionCollector |
JRExpressionCollector.getCollector(JRCrosstab crosstab)
Returns the expression collector for a crosstab.
|
Integer |
JRExpressionCollector.getCrosstabId(JRCrosstab crosstab) |
JREvaluator |
JasperCompileManager.getEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
List<JRExpression> |
JRExpressionCollector.getExpressions(JRCrosstab crosstab)
Returns the expressions collected for a crosstab.
|
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
void |
JRVisitor.visitCrosstab(JRCrosstab crosstab) |
Modifier and Type | Method and Description |
---|---|
protected int |
JRBaseObjectFactory.resolveCrosstabId(JRCrosstab crosstab) |
void |
JRBaseObjectFactory.visitCrosstab(JRCrosstab crosstab) |
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitCrosstab(JRCrosstab crosstab) |
Modifier and Type | Method and Description |
---|---|
protected List<JRCrosstab> |
JasperDesign.getCrosstabs() |
Modifier and Type | Method and Description |
---|---|
Serializable |
JRReportCompileData.getCrosstabCompileData(JRCrosstab crosstab)
Returns the compile data for a crosstab.
|
static String |
JRAbstractCompiler.getUnitName(JasperReport report,
JRCrosstab crosstab)
Returns the name of the expression evaluator unit for a crosstab of a report.
|
String |
JRReportCompileData.getUnitName(JasperReport jasperReport,
JRCrosstab crosstab) |
protected static String |
JRAbstractCompiler.getUnitName(JRReport report,
JRCrosstab crosstab,
JRExpressionCollector expressionCollector,
String nameSuffix) |
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
Loads a expression evaluator class for a crosstab of a report.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillCrosstab
Fill-time implementation of a
crosstab . |
Modifier and Type | Field and Description |
---|---|
protected JRCrosstab |
JRFillCrosstab.parentCrosstab |
Modifier and Type | Method and Description |
---|---|
void |
JRFillObjectFactory.visitCrosstab(JRCrosstab crosstabElement) |
Constructor and Description |
---|
JRFillCrosstab(JRBaseFiller filler,
JRCrosstab crosstab,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JRVisitorSupport.visitCrosstab(JRCrosstab crosstab) |
void |
UniformElementVisitor.visitCrosstab(JRCrosstab crosstab) |
void |
JRDelegationVisitor.visitCrosstab(JRCrosstab crosstab) |
void |
JRApiWriter.writeCrosstab(JRCrosstab crosstab,
String crosstabName) |
protected void |
JRApiWriter.writeCrosstabTitleCell(JRCrosstab crosstab,
String crosstabName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitCrosstab(JRCrosstab crosstab) |
void |
JRXmlWriter.writeCrosstab(JRCrosstab crosstab) |
Copyright © 2016. All rights reserved.