|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRExpressionCollector | |
---|---|
net.sf.jasperreports.charts.base | Contains base implementations for chart related interfaces. |
net.sf.jasperreports.charts.design | Contains design time implementations for chart related interfaces. |
net.sf.jasperreports.charts.fill | Contains fill time implementations for chart related interfaces. |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
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.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). |
Uses of JRExpressionCollector in net.sf.jasperreports.charts.base |
---|
Methods in net.sf.jasperreports.charts.base with parameters of type JRExpressionCollector | |
---|---|
void |
JRBaseXyzDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseXyDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseValueDisplay.collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector. |
void |
JRBaseValueDataset.collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector. |
void |
JRBaseTimeSeriesPlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseThermometerPlot.collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector. |
void |
JRBaseScatterPlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBasePiePlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBasePieDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBasePie3DPlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseMultiAxisPlot.collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector. |
void |
JRBaseMeterPlot.collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector. |
void |
JRBaseLinePlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseHighLowPlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseHighLowDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseDataRange.collectExpressions(JRExpressionCollector collector)
Registers all of the expressions with the collector. |
void |
JRBaseCategoryDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseCandlestickPlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseBubblePlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseBarPlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseBar3DPlot.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseAreaPlot.collectExpressions(JRExpressionCollector collector)
|
Uses of JRExpressionCollector in net.sf.jasperreports.charts.design |
---|
Methods in net.sf.jasperreports.charts.design with parameters of type JRExpressionCollector | |
---|---|
void |
JRDesignXyzDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignXyDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignValueDataset.collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector. |
void |
JRDesignTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignPieDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignHighLowDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignCategoryDataset.collectExpressions(JRExpressionCollector collector)
|
Uses of JRExpressionCollector in net.sf.jasperreports.charts.fill |
---|
Methods in net.sf.jasperreports.charts.fill with parameters of type JRExpressionCollector | |
---|---|
void |
JRFillXyzDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRFillXyDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRFillValueDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRFillTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRFillTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRFillPieDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRFillHighLowDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRFillCategoryDataset.collectExpressions(JRExpressionCollector collector)
|
Uses of JRExpressionCollector in net.sf.jasperreports.crosstabs.base |
---|
Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRExpressionCollector | |
---|---|
void |
JRBaseCrosstabDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseCrosstab.collectExpressions(JRExpressionCollector collector)
|
Uses of JRExpressionCollector in net.sf.jasperreports.crosstabs.design |
---|
Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRExpressionCollector | |
---|---|
void |
JRDesignCrosstabDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignCrosstab.collectExpressions(JRExpressionCollector collector)
|
Uses of JRExpressionCollector in net.sf.jasperreports.engine |
---|
Methods in net.sf.jasperreports.engine that return JRExpressionCollector | |
---|---|
static JRExpressionCollector |
JRExpressionCollector.collector(JRReport report)
|
static JRExpressionCollector |
JRExpressionCollector.collector(JRReport report,
JRCrosstab crosstab)
|
JRExpressionCollector |
JRExpressionCollector.getCollector(JRCrosstab crosstab)
Returns the expression collector for a crosstab. |
JRExpressionCollector |
JRExpressionCollector.getCollector(JRDataset dataset)
Returns the expression collector for a dataset. |
Methods in net.sf.jasperreports.engine with parameters of type JRExpressionCollector | |
---|---|
void |
JRElementDataset.collectExpressions(JRExpressionCollector collector)
|
void |
JRElement.collectExpressions(JRExpressionCollector collector)
|
void |
JRChartPlot.collectExpressions(JRExpressionCollector collector)
|
Constructors in net.sf.jasperreports.engine with parameters of type JRExpressionCollector | |
---|---|
JasperReport(JRReport report,
java.lang.String compilerClass,
java.io.Serializable compileData,
JRExpressionCollector expressionCollector,
java.lang.String compileNameSuffix)
Constructs a report by specifying the template report and compile information. |
|
JRExpressionCollector(JRExpressionCollector parent,
JRReport report)
|
Uses of JRExpressionCollector in net.sf.jasperreports.engine.base |
---|
Methods in net.sf.jasperreports.engine.base with parameters of type JRExpressionCollector | |
---|---|
void |
JRBaseTextField.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseSubreport.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseStaticText.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseRectangle.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseLine.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseImage.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseFrame.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseEllipse.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseChart.collectExpressions(JRExpressionCollector collector)
|
void |
JRBaseBreak.collectExpressions(JRExpressionCollector collector)
|
Constructors in net.sf.jasperreports.engine.base with parameters of type JRExpressionCollector | |
---|---|
JRBaseObjectFactory(JRDefaultStyleProvider defaultStyleProvider,
JRExpressionCollector expressionCollector)
Constructs a base object factory. |
|
JRBaseReport(JRReport report,
JRExpressionCollector expressionCollector)
Constructs a copy of a report. |
Uses of JRExpressionCollector in net.sf.jasperreports.engine.design |
---|
Methods in net.sf.jasperreports.engine.design with parameters of type JRExpressionCollector | |
---|---|
void |
JRDesignTextField.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignSubreport.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignStaticText.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignRectangle.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignLine.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignImage.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignFrame.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignEllipse.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignChart.collectExpressions(JRExpressionCollector collector)
|
void |
JRDesignBreak.collectExpressions(JRExpressionCollector collector)
|
protected static java.lang.String |
JRAbstractCompiler.getUnitName(JRReport report,
JRCrosstab crosstab,
JRExpressionCollector expressionCollector,
java.lang.String nameSuffix)
|
static java.util.Collection |
JRVerifier.verifyDesign(JasperDesign jasperDesign,
JRExpressionCollector expressionCollector)
Validates a report design . |
Constructors in net.sf.jasperreports.engine.design with parameters of type JRExpressionCollector | |
---|---|
JRSourceCompileTask(JasperDesign jasperDesign,
JRDesignCrosstab crosstab,
JRExpressionCollector expressionCollector,
java.lang.String unitName)
Creates source code generation information for a crosstab of a report. |
|
JRSourceCompileTask(JasperDesign jasperDesign,
JRDesignDataset dataset,
JRExpressionCollector expressionCollector,
java.lang.String unitName)
Creates source code generation information for a dataset of a report. |
|
JRSourceCompileTask(JasperDesign jasperDesign,
java.lang.String unitName,
JRExpressionCollector expressionCollector,
java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
JRVariable[] variables,
boolean onlyDefaultEvaluation)
|
|
JRVerifier(JasperDesign jrDesign,
JRExpressionCollector expressionCollector)
|
Uses of JRExpressionCollector in net.sf.jasperreports.engine.fill |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |