Uses of Class
net.sf.jasperreports.engine.JRExpressionCollector
-
Packages that use JRExpressionCollector Package Description net.sf.jasperreports.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.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.compilers Contains classes for report compiling and expressions evaluating.net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.items Contains classes and interfaces for the item based components.net.sf.jasperreports.components.items.fill Contains classes and interfaces for filling the item based components.net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.sort net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.components.table Contains classes for the built-in Table component.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.analytics.dataset net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.component Provides interfaces and base classes for the built-in JasperReports component functionality.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.part net.sf.jasperreports.parts.subreport -
-
Uses of JRExpressionCollector in net.sf.jasperreports.barbecue
Methods in net.sf.jasperreports.barbecue with parameters of type JRExpressionCollector Modifier and Type Method Description void
BarbecueCompiler. collectExpressions(Component component, JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j with parameters of type JRExpressionCollector Modifier and Type Method Description void
BarcodeCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Constructors in net.sf.jasperreports.barcode4j with parameters of type JRExpressionCollector Constructor Description BarcodeExpressionCollector(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.charts
Constructors in net.sf.jasperreports.charts with parameters of type JRExpressionCollector Constructor Description ChartsExpressionCollector(JRExpressionCollector parent)
-
Uses of JRExpressionCollector in net.sf.jasperreports.charts.base
Methods in net.sf.jasperreports.charts.base with parameters of type JRExpressionCollector Modifier and Type Method Description void
JRBaseCategoryDataset. collectExpressions(JRExpressionCollector collector)
void
JRBaseChart. collectExpressions(JRExpressionCollector collector)
void
JRBaseDataRange. collectExpressions(JRExpressionCollector collector)
Registers all of the expressions with the collector.void
JRBaseGanttDataset. collectExpressions(JRExpressionCollector collector)
void
JRBaseHighLowDataset. collectExpressions(JRExpressionCollector collector)
void
JRBaseItemLabel. collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector.void
JRBasePieDataset. collectExpressions(JRExpressionCollector collector)
void
JRBaseTimePeriodDataset. collectExpressions(JRExpressionCollector collector)
void
JRBaseTimeSeriesDataset. collectExpressions(JRExpressionCollector collector)
void
JRBaseValueDataset. collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector.void
JRBaseValueDisplay. collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector.void
JRBaseXyDataset. collectExpressions(JRExpressionCollector collector)
void
JRBaseXyzDataset. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type JRExpressionCollector Modifier and Type Method Description void
JRDesignCategoryDataset. collectExpressions(JRExpressionCollector collector)
void
JRDesignChart. collectExpressions(JRExpressionCollector collector)
void
JRDesignGanttDataset. collectExpressions(JRExpressionCollector collector)
void
JRDesignHighLowDataset. collectExpressions(JRExpressionCollector collector)
void
JRDesignPieDataset. collectExpressions(JRExpressionCollector collector)
void
JRDesignTimePeriodDataset. collectExpressions(JRExpressionCollector collector)
void
JRDesignTimeSeriesDataset. collectExpressions(JRExpressionCollector collector)
void
JRDesignValueDataset. collectExpressions(JRExpressionCollector collector)
Adds all the expression used by this plot with the specified collector.void
JRDesignXyDataset. collectExpressions(JRExpressionCollector collector)
void
JRDesignXyzDataset. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill with parameters of type JRExpressionCollector Modifier and Type Method Description void
JRFillCategoryDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillChart. collectExpressions(JRExpressionCollector collector)
void
JRFillGanttDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillHighLowDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillPieDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillTimePeriodDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillTimeSeriesDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillValueDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillXyDataset. collectExpressions(JRExpressionCollector collector)
void
JRFillXyzDataset. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers with parameters of type JRExpressionCollector Modifier and Type Method Description ReportExpressionsCompilation
ReportExpressionsCompiler. getExpressionsCompilation(JRExpressionCollector expressionCollector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.components.charts
Methods in net.sf.jasperreports.components.charts with parameters of type JRExpressionCollector Modifier and Type Method Description void
FillChartSettings. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRExpressionCollector Modifier and Type Method Description void
IconLabelComponentCompiler. 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 JRExpressionCollector Modifier and Type Method Description static void
ItemCompiler. collectExpressions(ItemData data, JRExpressionCollector collector)
void
StandardItemData. 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 JRExpressionCollector Modifier and Type Method Description void
FillItemDataset. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list with parameters of type JRExpressionCollector Modifier and Type Method Description 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 Modifier and Type Method Description protected void
MapCompiler. collectExpressions(Item item, JRExpressionCollector collector)
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 Modifier and Type Method Description 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 Modifier and Type Method Description void
FillSpiderDataset. collectExpressions(JRExpressionCollector collector)
static void
SpiderChartCompiler. collectExpressions(ChartSettings chart, JRExpressionCollector collector)
static void
SpiderChartCompiler. collectExpressions(SpiderDataset dataset, JRExpressionCollector collector)
static void
SpiderChartCompiler. collectExpressions(SpiderPlot spiderPlot, JRExpressionCollector collector)
void
SpiderChartCompiler. collectExpressions(Component component, JRExpressionCollector collector)
void
StandardChartSettings. collectExpressions(JRExpressionCollector collector)
void
StandardSpiderDataset. collectExpressions(JRExpressionCollector collector)
void
StandardSpiderPlot. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table with parameters of type JRExpressionCollector Modifier and Type Method Description void
TableCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Constructors in net.sf.jasperreports.components.table with parameters of type JRExpressionCollector Constructor Description ColumnExpressionCollector(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 JRExpressionCollector Modifier and Type Method Description 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 Modifier and Type Method Description void
JRDesignCrosstab. collectExpressions(JRExpressionCollector collector)
void
JRDesignCrosstabDataset. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRExpressionCollector Modifier and Type Method Description static JRExpressionCollector
JRExpressionCollector. collector(JasperReportsContext jasperReportsContext, JRReport report)
static JRExpressionCollector
JRExpressionCollector. collector(JasperReportsContext jasperReportsContext, 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(String datasetName)
Returns the expression collector for a report subdataset.protected JRExpressionCollector
JRExpressionCollector. rootCollector()
Methods in net.sf.jasperreports.engine that return types with arguments of type JRExpressionCollector Modifier and Type Method Description protected List<JRExpressionCollector>
JRExpressionCollector. collectorsForExpression(Integer id, JRExpression expression)
Methods in net.sf.jasperreports.engine with parameters of type JRExpressionCollector Modifier and Type Method Description protected void
JRExpressionCollector. collect(DataAxisLevel level, JRExpressionCollector datasetCollector)
void
ElementDecorator. collectExpressions(JRExpressionCollector collector)
void
JRElement. collectExpressions(JRExpressionCollector collector)
void
JRElementDataset. collectExpressions(JRExpressionCollector collector)
Method parameters in net.sf.jasperreports.engine with type arguments of type JRExpressionCollector Modifier and Type Method Description protected boolean
JRExpressionCollector. canUseId(List<JRExpressionCollector> collectors, JRExpression expression, Integer id)
Constructors in net.sf.jasperreports.engine with parameters of type JRExpressionCollector Constructor Description JasperReport(JRReport report, String compilerClass, Serializable compileData, JRExpressionCollector expressionCollector, String compileNameSuffix)
Constructs a report by specifying the template report and compile information.JRExpressionCollector(JasperReportsContext jasperReportsContext, JRExpressionCollector parent, JRReport report)
JRExpressionCollector(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 JRExpressionCollector Modifier and Type Method Description void
BaseMultiAxisDataset. collectExpressions(JRExpressionCollector collector)
void
DesignMultiAxisDataset. collectExpressions(JRExpressionCollector collector)
void
FillMultiAxisDataset. collectExpressions(JRExpressionCollector collector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.engine.base
Constructors in net.sf.jasperreports.engine.base with parameters of type JRExpressionCollector Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
JRDesignBreak. collectExpressions(JRExpressionCollector collector)
void
JRDesignComponentElement. collectExpressions(JRExpressionCollector collector)
void
JRDesignEllipse. collectExpressions(JRExpressionCollector collector)
void
JRDesignFrame. collectExpressions(JRExpressionCollector collector)
void
JRDesignGenericElement. collectExpressions(JRExpressionCollector collector)
void
JRDesignImage. collectExpressions(JRExpressionCollector collector)
void
JRDesignLine. collectExpressions(JRExpressionCollector collector)
void
JRDesignRectangle. collectExpressions(JRExpressionCollector collector)
void
JRDesignStaticText. collectExpressions(JRExpressionCollector collector)
void
JRDesignSubreport. collectExpressions(JRExpressionCollector collector)
void
JRDesignTextField. collectExpressions(JRExpressionCollector collector)
protected static String
JRAbstractCompiler. 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 JRExpressionCollector Constructor Description JRSourceCompileTask(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)
JRVerifier(JasperReportsContext jasperReportsContext, JasperDesign jasperDesign, JRExpressionCollector expressionCollector)
-
Uses of JRExpressionCollector in net.sf.jasperreports.engine.fill
-
Uses of JRExpressionCollector in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part with parameters of type JRExpressionCollector Modifier and Type Method Description void
PartComponentCompiler. 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 JRExpressionCollector Modifier and Type Method Description void
SubreportPartComponentCompiler. collectExpressions(PartComponent component, JRExpressionCollector collector)
-