Uses of Class
net.sf.jasperreports.engine.JRExpressionCollector

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.components.barbecue   
net.sf.jasperreports.components.barcode4j   
net.sf.jasperreports.components.charts   
net.sf.jasperreports.components.list   
net.sf.jasperreports.components.map   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.spiderchart   
net.sf.jasperreports.components.table   
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.component   
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 JRBaseTimeSeriesPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseGanttDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseXyDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseCategoryDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseBar3DPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBasePiePlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBasePie3DPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseHighLowDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseValueDataset.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseMeterPlot.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBasePieDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseScatterPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseCandlestickPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseMultiAxisPlot.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseBubblePlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseValueDisplay.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseItemLabel.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseBarPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseHighLowPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseThermometerPlot.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRBaseLinePlot.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseDataRange.collectExpressions(JRExpressionCollector collector)
          Registers all of the expressions with the 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 JRDesignValueDataset.collectExpressions(JRExpressionCollector collector)
          Adds all the expression used by this plot with the specified collector.
 void JRDesignCategoryDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignXyzDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignGanttDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignPieDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignHighLowDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignXyDataset.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 JRFillXyDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillTimeSeriesDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillGanttDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillCategoryDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillValueDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillPieDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillHighLowDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillXyzDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillTimePeriodDataset.collectExpressions(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.barbecue
 

Methods in net.sf.jasperreports.components.barbecue with parameters of type JRExpressionCollector
 void BarbecueCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.barcode4j
 

Methods in net.sf.jasperreports.components.barcode4j with parameters of type JRExpressionCollector
 void BarcodeCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Constructors in net.sf.jasperreports.components.barcode4j with parameters of type JRExpressionCollector
BarcodeExpressionCollector(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.charts
 

Methods in net.sf.jasperreports.components.charts with parameters of type JRExpressionCollector
 void FillChartSettings.collectExpressions(JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.list
 

Methods in net.sf.jasperreports.components.list with parameters of type JRExpressionCollector
 void ListComponentCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.map
 

Methods in net.sf.jasperreports.components.map with parameters of type JRExpressionCollector
 void MapCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.sort
 

Methods in net.sf.jasperreports.components.sort with parameters of type JRExpressionCollector
 void SortComponentCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.spiderchart
 

Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRExpressionCollector
static void SpiderChartCompiler.collectExpressions(ChartSettings chart, JRExpressionCollector collector)
           
 void SpiderChartCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 void StandardSpiderDataset.collectExpressions(JRExpressionCollector collector)
           
 void StandardSpiderPlot.collectExpressions(JRExpressionCollector collector)
           
 void StandardChartSettings.collectExpressions(JRExpressionCollector collector)
           
 void FillSpiderDataset.collectExpressions(JRExpressionCollector collector)
           
static void SpiderChartCompiler.collectExpressions(SpiderDataset dataset, JRExpressionCollector collector)
           
static void SpiderChartCompiler.collectExpressions(SpiderPlot spiderPlot, JRExpressionCollector collector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.components.table
 

Methods in net.sf.jasperreports.components.table with parameters of type JRExpressionCollector
 void TableCompiler.collectExpressions(Component component, JRExpressionCollector collector)
           
 

Constructors in net.sf.jasperreports.components.table with parameters of type JRExpressionCollector
ColumnExpressionCollector(JRExpressionCollector mainCollector, JRExpressionCollector datasetCollector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.crosstabs.base
 

Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRExpressionCollector
 void JRBaseCrosstab.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseCrosstabDataset.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.
 JRExpressionCollector JRExpressionCollector.getCollector(JRElementDataset elementDataset)
          Returns the expression collector to which expressions in an element dataset belong.
 JRExpressionCollector JRExpressionCollector.getDatasetCollector(java.lang.String datasetName)
          Returns the expression collector for a report subdataset.
 

Methods in net.sf.jasperreports.engine with parameters of type JRExpressionCollector
 void ElementDecorator.collectExpressions(JRExpressionCollector collector)
           
 void JRElement.collectExpressions(JRExpressionCollector collector)
           
 void JRElementDataset.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 JRBaseBreak.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseChart.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseEllipse.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseComponentElement.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseSubreport.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseLine.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseRectangle.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseStaticText.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseFrame.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseImage.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseGenericElement.collectExpressions(JRExpressionCollector collector)
           
 void JRBaseTextField.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.
JRBaseObjectFactory(JRExpressionCollector expressionCollector)
           
JRBaseReport(JRReport report, JRExpressionCollector expressionCollector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine.component
 

Methods in net.sf.jasperreports.engine.component with parameters of type JRExpressionCollector
 void ComponentCompiler.collectExpressions(Component component, JRExpressionCollector collector)
          Collects report expressions from a component.
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine.design
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRExpressionCollector
 void JRDesignRectangle.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignSubreport.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignLine.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignComponentElement.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignFrame.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignTextField.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignGenericElement.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignStaticText.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignEllipse.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignBreak.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignChart.collectExpressions(JRExpressionCollector collector)
           
 void JRDesignImage.collectExpressions(JRExpressionCollector collector)
           
protected static java.lang.String JRAbstractCompiler.getUnitName(JRReport report, JRCrosstab crosstab, JRExpressionCollector expressionCollector, java.lang.String nameSuffix)
           
static java.util.Collection<JRValidationFault> 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<java.lang.String,? extends JRParameter> parametersMap, java.util.Map<java.lang.String,JRField> fieldsMap, java.util.Map<java.lang.String,JRVariable> variablesMap, JRVariable[] variables, boolean onlyDefaultEvaluation)
           
JRVerifier(JasperDesign jrDesign, JRExpressionCollector expressionCollector)
           
 

Uses of JRExpressionCollector in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRExpressionCollector
 void JRFillRectangle.collectExpressions(JRExpressionCollector collector)
           
 void JRFillLine.collectExpressions(JRExpressionCollector collector)
           
 void JRFillFrame.collectExpressions(JRExpressionCollector collector)
           
 void JRFillBreak.collectExpressions(JRExpressionCollector collector)
           
 void JRFillChart.collectExpressions(JRExpressionCollector collector)
           
 void JRFillCrosstab.collectExpressions(JRExpressionCollector collector)
           
 void JRFillCrosstab.JRFillCrosstabDataset.collectExpressions(JRExpressionCollector collector)
           
 void JRFillComponentElement.collectExpressions(JRExpressionCollector collector)
           
 void JRFillEllipse.collectExpressions(JRExpressionCollector collector)
           
 void JRFillStaticText.collectExpressions(JRExpressionCollector collector)
           
 void JRFillTextField.collectExpressions(JRExpressionCollector collector)
           
 void JRFillImage.collectExpressions(JRExpressionCollector collector)
           
 void JRFillChartPlot.collectExpressions(JRExpressionCollector collector)
           
 void JRFillSubreport.collectExpressions(JRExpressionCollector collector)
           
 void JRFillGenericElement.collectExpressions(JRExpressionCollector collector)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com