Uses of Class
net.sf.jasperreports.engine.JRExpressionCollector
Packages that use JRExpressionCollector
Package
Description
Contains classes for the built-in Barbecue component.
Contains classes for the built-in Barcode4J component.
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains classes for report compiling and expressions evaluating.
Contains interfaces and base classes for the built-in Spider Chart component.
Contains classes for the built-in Icon Label component.
Contains classes and interfaces for the item based components.
Contains classes and interfaces for filling the item based components.
Contains classes for the built-in List component.
Contains classes for the built-in Spider Chart component.
Contains classes for the built-in Table component.
Contains base classes for the Crosstab report element.
Contains design classes for the Crosstab report element.
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.
Contains base implementations for the library's main interfaces.
Provides interfaces and base classes for the built-in JasperReports component functionality.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
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.barbecue
Methods in net.sf.jasperreports.barbecue with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidBarbecueCompiler.collectExpressions(Component component, JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidBarcodeCompiler.collectExpressions(Component component, JRExpressionCollector collector) Constructors in net.sf.jasperreports.barcode4j with parameters of type JRExpressionCollector -
Uses of JRExpressionCollector in net.sf.jasperreports.charts
Constructors in net.sf.jasperreports.charts with parameters of type JRExpressionCollector -
Uses of JRExpressionCollector in net.sf.jasperreports.charts.base
Methods in net.sf.jasperreports.charts.base with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRBaseCategoryDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseChart.collectExpressions(JRExpressionCollector collector) voidJRBaseDataRange.collectExpressions(JRExpressionCollector collector) Registers all of the expressions with the collector.voidJRBaseGanttDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseHighLowDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseItemLabel.collectExpressions(JRExpressionCollector collector) Adds all the expression used by this plot with the specified collector.voidJRBasePieDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseTimePeriodDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseTimeSeriesDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseValueDataset.collectExpressions(JRExpressionCollector collector) Adds all the expression used by this plot with the specified collector.voidJRBaseValueDisplay.collectExpressions(JRExpressionCollector collector) Adds all the expression used by this plot with the specified collector.voidJRBaseXyDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseXyzDataset.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRDesignCategoryDataset.collectExpressions(JRExpressionCollector collector) voidJRDesignChart.collectExpressions(JRExpressionCollector collector) voidJRDesignGanttDataset.collectExpressions(JRExpressionCollector collector) voidJRDesignHighLowDataset.collectExpressions(JRExpressionCollector collector) voidJRDesignPieDataset.collectExpressions(JRExpressionCollector collector) voidJRDesignTimePeriodDataset.collectExpressions(JRExpressionCollector collector) voidJRDesignTimeSeriesDataset.collectExpressions(JRExpressionCollector collector) voidJRDesignValueDataset.collectExpressions(JRExpressionCollector collector) Adds all the expression used by this plot with the specified collector.voidJRDesignXyDataset.collectExpressions(JRExpressionCollector collector) voidJRDesignXyzDataset.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRFillCategoryDataset.collectExpressions(JRExpressionCollector collector) voidJRFillChart.collectExpressions(JRExpressionCollector collector) voidJRFillGanttDataset.collectExpressions(JRExpressionCollector collector) voidJRFillHighLowDataset.collectExpressions(JRExpressionCollector collector) voidJRFillPieDataset.collectExpressions(JRExpressionCollector collector) voidJRFillTimePeriodDataset.collectExpressions(JRExpressionCollector collector) voidJRFillTimeSeriesDataset.collectExpressions(JRExpressionCollector collector) voidJRFillValueDataset.collectExpressions(JRExpressionCollector collector) voidJRFillXyDataset.collectExpressions(JRExpressionCollector collector) voidJRFillXyzDataset.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionReportExpressionsCompiler.getExpressionsCompilation(JRExpressionCollector expressionCollector) -
Uses of JRExpressionCollector in net.sf.jasperreports.components.charts
Methods in net.sf.jasperreports.components.charts with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidFillChartSettings.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidIconLabelComponentCompiler.collectExpressions(Component component, JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.components.items
Methods in net.sf.jasperreports.components.items with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionstatic voidItemCompiler.collectExpressions(ItemData data, JRExpressionCollector collector) voidStandardItemData.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.components.items.fill
Methods in net.sf.jasperreports.components.items.fill with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidFillItemDataset.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidListComponentCompiler.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 JRExpressionCollectorModifier and TypeMethodDescriptionvoidFillSpiderDataset.collectExpressions(JRExpressionCollector collector) static voidSpiderChartCompiler.collectExpressions(ChartSettings chart, JRExpressionCollector collector) static voidSpiderChartCompiler.collectExpressions(SpiderDataset dataset, JRExpressionCollector collector) static voidSpiderChartCompiler.collectExpressions(SpiderPlot spiderPlot, JRExpressionCollector collector) voidSpiderChartCompiler.collectExpressions(Component component, JRExpressionCollector collector) voidStandardChartSettings.collectExpressions(JRExpressionCollector collector) voidStandardSpiderDataset.collectExpressions(JRExpressionCollector collector) voidStandardSpiderPlot.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidTableCompiler.collectExpressions(Component component, JRExpressionCollector collector) Constructors in net.sf.jasperreports.components.table with parameters of type JRExpressionCollectorModifierConstructorDescriptionColumnExpressionCollector(JRExpressionCollector mainCollector, JRExpressionCollector datasetCollector) RowExpressionCollector(JRExpressionCollector datasetCollector) -
Uses of JRExpressionCollector in net.sf.jasperreports.crosstabs.base
Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRBaseCrosstab.collectExpressions(JRExpressionCollector collector) voidJRBaseCrosstabDataset.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.crosstabs.design
Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRDesignCrosstab.collectExpressions(JRExpressionCollector collector) voidJRDesignCrosstabDataset.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRExpressionCollectorModifier and TypeMethodDescriptionstatic JRExpressionCollectorJRExpressionCollector.collector(JasperReportsContext jasperReportsContext, JRReport report) static JRExpressionCollectorJRExpressionCollector.collector(JasperReportsContext jasperReportsContext, JRReport report, JRCrosstab crosstab) JRExpressionCollector.getCollector(JRCrosstab crosstab) Returns the expression collector for a crosstab.JRExpressionCollector.getCollector(JRDataset dataset) Returns the expression collector for a dataset.JRExpressionCollector.getCollector(JRElementDataset elementDataset) Returns the expression collector to which expressions in an element dataset belong.JRExpressionCollector.getDatasetCollector(String datasetName) Returns the expression collector for a report subdataset.protected JRExpressionCollectorJRExpressionCollector.rootCollector()Methods in net.sf.jasperreports.engine that return types with arguments of type JRExpressionCollectorModifier and TypeMethodDescriptionprotected List<JRExpressionCollector> JRExpressionCollector.collectorsForExpression(Integer id, JRExpression expression) Methods in net.sf.jasperreports.engine with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionprotected voidJRExpressionCollector.collect(DataAxisLevel level, JRExpressionCollector datasetCollector) voidElementDecorator.collectExpressions(JRExpressionCollector collector) voidJRElement.collectExpressions(JRExpressionCollector collector) voidJRElementDataset.collectExpressions(JRExpressionCollector collector) Method parameters in net.sf.jasperreports.engine with type arguments of type JRExpressionCollectorModifier and TypeMethodDescriptionprotected booleanJRExpressionCollector.canUseId(List<JRExpressionCollector> collectors, JRExpression expression, Integer id) Constructors in net.sf.jasperreports.engine with parameters of type JRExpressionCollectorModifierConstructorDescriptionJasperReport(JRReport report, String compilerClass, Serializable compileData, JRExpressionCollector expressionCollector, String compileNameSuffix) Constructs a report by specifying the template report and compile information.protectedJRExpressionCollector(JasperReportsContext jasperReportsContext, JRExpressionCollector parent, JRReport report) protectedJRExpressionCollector(JasperReportsContext jasperReportsContext, JRExpressionCollector parent, JRReport report, JRExpressionCollector.ExpressionVerifier expressionVerifier) -
Uses of JRExpressionCollector in net.sf.jasperreports.engine.analytics.dataset
Methods in net.sf.jasperreports.engine.analytics.dataset with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidBaseMultiAxisDataset.collectExpressions(JRExpressionCollector collector) voidDesignMultiAxisDataset.collectExpressions(JRExpressionCollector collector) voidFillMultiAxisDataset.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRBaseBreak.collectExpressions(JRExpressionCollector collector) voidJRBaseComponentElement.collectExpressions(JRExpressionCollector collector) voidJRBaseElementDataset.collectExpressions(JRExpressionCollector collector) voidJRBaseEllipse.collectExpressions(JRExpressionCollector collector) voidJRBaseFrame.collectExpressions(JRExpressionCollector collector) voidJRBaseGenericElement.collectExpressions(JRExpressionCollector collector) voidJRBaseImage.collectExpressions(JRExpressionCollector collector) voidJRBaseLine.collectExpressions(JRExpressionCollector collector) voidJRBaseRectangle.collectExpressions(JRExpressionCollector collector) voidJRBaseStaticText.collectExpressions(JRExpressionCollector collector) voidJRBaseSubreport.collectExpressions(JRExpressionCollector collector) voidJRBaseTextField.collectExpressions(JRExpressionCollector collector) Constructors in net.sf.jasperreports.engine.base with parameters of type JRExpressionCollectorModifierConstructorDescriptionprotectedJRBaseObjectFactory(JRDefaultStyleProvider defaultStyleProvider, JRExpressionCollector expressionCollector) Constructs a base object factory.protectedJRBaseObjectFactory(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 JRExpressionCollectorModifier and TypeMethodDescriptionvoidComponentCompiler.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 JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRDesignBreak.collectExpressions(JRExpressionCollector collector) voidJRDesignComponentElement.collectExpressions(JRExpressionCollector collector) voidJRDesignEllipse.collectExpressions(JRExpressionCollector collector) voidJRDesignFrame.collectExpressions(JRExpressionCollector collector) voidJRDesignGenericElement.collectExpressions(JRExpressionCollector collector) voidJRDesignImage.collectExpressions(JRExpressionCollector collector) voidJRDesignLine.collectExpressions(JRExpressionCollector collector) voidJRDesignRectangle.collectExpressions(JRExpressionCollector collector) voidJRDesignStaticText.collectExpressions(JRExpressionCollector collector) voidJRDesignSubreport.collectExpressions(JRExpressionCollector collector) voidJRDesignTextField.collectExpressions(JRExpressionCollector collector) protected static StringJRAbstractCompiler.getUnitName(JRReport report, JRCrosstab crosstab, JRExpressionCollector expressionCollector, String nameSuffix) static Collection<JRValidationFault> JRVerifier.verifyDesign(JasperReportsContext jasperReportsContext, JasperDesign jasperDesign, JRExpressionCollector expressionCollector) Validates areport design.Constructors in net.sf.jasperreports.engine.design with parameters of type JRExpressionCollectorModifierConstructorDescriptionprotectedJRSourceCompileTask(JasperDesign jasperDesign, String unitName, JRExpressionCollector expressionCollector, List<JRExpression> expressions, Map<String, ? extends JRParameter> parametersMap, Map<String, JRField> fieldsMap, Map<String, JRVariable> variablesMap, JRVariable[] variables, boolean onlyDefaultEvaluation) JRSourceCompileTask(JasperDesign jasperDesign, String unitName, JRExpressionCollector expressionCollector, ReportSourceCompilation<?> sourceCompilation, boolean onlyDefaultEvaluation) protectedJRVerifier(JasperReportsContext jasperReportsContext, JasperDesign jasperDesign, JRExpressionCollector expressionCollector) -
Uses of JRExpressionCollector in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidJRFillBreak.collectExpressions(JRExpressionCollector collector) voidJRFillComponentElement.collectExpressions(JRExpressionCollector collector) voidJRFillCrosstab.collectExpressions(JRExpressionCollector collector) voidJRFillCrosstab.JRFillCrosstabDataset.collectExpressions(JRExpressionCollector collector) voidJRFillEllipse.collectExpressions(JRExpressionCollector collector) voidJRFillFrame.collectExpressions(JRExpressionCollector collector) voidJRFillGenericElement.collectExpressions(JRExpressionCollector collector) voidJRFillImage.collectExpressions(JRExpressionCollector collector) voidJRFillLine.collectExpressions(JRExpressionCollector collector) voidJRFillRectangle.collectExpressions(JRExpressionCollector collector) voidJRFillStaticText.collectExpressions(JRExpressionCollector collector) voidJRFillSubreport.collectExpressions(JRExpressionCollector collector) voidJRFillTextField.collectExpressions(JRExpressionCollector collector) -
Uses of JRExpressionCollector in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidPartComponentCompiler.collectExpressions(PartComponent component, JRExpressionCollector collector) Collects report expressions from a component. -
Uses of JRExpressionCollector in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport with parameters of type JRExpressionCollectorModifier and TypeMethodDescriptionvoidSubreportPartComponentCompiler.collectExpressions(PartComponent component, JRExpressionCollector collector)