Package | Description |
---|---|
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.fill |
Contains fill time implementations for Google Map component related interfaces.
|
net.sf.jasperreports.components.spiderchart |
Contains classes for the built-in Spider Chart component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.crosstabs.fill |
Contains classes to be used at report filling time for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.fill.calculation |
Contains classes to be used in crosstab calculations at report filling time.
|
net.sf.jasperreports.engine.analytics.dataset | |
net.sf.jasperreports.engine.component |
Provides interfaces and base classes for the built-in JasperReports component functionality.
|
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).
|
Modifier and Type | Field and Description |
---|---|
protected JRFillExpressionEvaluator |
FillItemDataset.evaluator |
Modifier and Type | Method and Description |
---|---|
void |
FillItemData.evaluateItems(JRFillExpressionEvaluator evaluator,
byte evaluation) |
void |
FillItem.evaluateProperties(JRFillExpressionEvaluator evaluator,
byte evaluation) |
Object |
FillItem.getEvaluatedValue(ItemProperty property,
JRFillExpressionEvaluator evaluator,
byte evaluation) |
Modifier and Type | Method and Description |
---|---|
protected JRFillExpressionEvaluator |
BaseFillList.createDatasetExpressionEvaluator() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
FillMarker.evaluateProperties(JRFillExpressionEvaluator evaluator,
byte evaluation)
Deprecated.
|
Object |
FillPlaceItem.getEvaluatedValue(ItemProperty property,
JRFillExpressionEvaluator evaluator,
byte evaluation) |
Object |
FillStyleItem.getEvaluatedValue(ItemProperty property,
JRFillExpressionEvaluator evaluator,
byte evaluation) |
Object |
FillMarker.getEvaluatedValue(MarkerProperty property,
JRFillExpressionEvaluator evaluator,
byte evaluation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JRFillExpressionEvaluator |
FillSpiderChart.getExpressionEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinFillExpressionEvaluatorDecorator |
Modifier and Type | Method and Description |
---|---|
JRFillExpressionEvaluator |
BuiltinExpressionEvaluatorFactory.decorate(JRFillExpressionEvaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
JRFillExpressionEvaluator |
BuiltinExpressionEvaluatorFactory.decorate(JRFillExpressionEvaluator evaluator) |
Constructor and Description |
---|
BuiltinFillExpressionEvaluatorDecorator(JRFillExpressionEvaluator decorated,
Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
FillExpressionEvaluatorDatasetAdapter(JRFillExpressionEvaluator evaluator) |
Modifier and Type | Class and Description |
---|---|
class |
JRCrosstabExpressionEvaluator
Expression evaluator used for crosstabs at fill time.
|
Constructor and Description |
---|
IconLabelFillObjectFactory(JRFillObjectFactory parent,
JRFillExpressionEvaluator expressionEvaluator) |
JRFillCrosstabObjectFactory(JRFillObjectFactory parent,
JRFillExpressionEvaluator expressionEvaluator) |
Modifier and Type | Method and Description |
---|---|
JRFillExpressionEvaluator |
BucketingServiceContext.getExpressionEvaluator() |
Modifier and Type | Method and Description |
---|---|
JRFillExpressionEvaluator |
MultiAxisDataService.ServiceContext.getExpressionEvaluator() |
Constructor and Description |
---|
MultiAxisDataService(JasperReportsContext jasperReportsContext,
JRFillExpressionEvaluator expressionEvaluator,
MultiAxisData data,
byte evaluation) |
ServiceContext(JasperReportsContext jasperReportsContext,
JRFillExpressionEvaluator expressionEvaluator) |
Modifier and Type | Interface and Description |
---|---|
interface |
FillContext
A fill context provides access to data and functionality related to a
report component fill.
|
Modifier and Type | Class and Description |
---|---|
class |
JRCalculator
Evaluates JasperReports expressions.
|
class |
JRFillComponentElement
A
JRComponentElement which is used during report fill. |
Modifier and Type | Field and Description |
---|---|
protected JRFillExpressionEvaluator |
JRFillElement.expressionEvaluator |
protected JRFillExpressionEvaluator |
JRFillDatasetRun.expressionEvaluator |
protected JRFillExpressionEvaluator |
JRFillElementContainer.expressionEvaluator |
Modifier and Type | Method and Description |
---|---|
protected JRFillExpressionEvaluator |
BaseReportFiller.getExpressionEvaluator() |
JRFillExpressionEvaluator |
JRFillCrosstab.getExpressionEvaluator() |
JRFillExpressionEvaluator |
JRFillObjectFactory.getExpressionEvaluator()
Returns the expression evaluator which is to be used by objects
created by this factory.
|
Modifier and Type | Method and Description |
---|---|
static JRPrintHyperlink |
JRFillHyperlinkHelper.evaluateHyperlink(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
Evaluate a hyperlink specification.
|
static JRPrintHyperlinkParameters |
JRFillHyperlinkHelper.evaluateHyperlinkParameters(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
Evaluates a list of hyperlink parameters and produces a hyperlink parameters set
that can be associated with a print element.
|
static Map<String,Object> |
JRFillSubreport.getParameterValues(BaseReportFiller filler,
JRFillExpressionEvaluator expressionEvaluator,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory)
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
|
protected void |
JRFillElement.setExpressionEvaluator(JRFillExpressionEvaluator expressionEvaluator) |
Constructor and Description |
---|
JRFillDatasetRun(BaseReportFiller filler,
JRFillExpressionEvaluator expressionEvaluator,
JRDatasetRun datasetRun,
JRFillDataset dataset) |
JRFillDatasetRun(JRBaseFiller filler,
JRFillExpressionEvaluator expressionEvaluator,
JRDatasetRun datasetRun,
JRFillObjectFactory factory) |
JRFillObjectFactory(JRBaseFiller filler,
JRFillExpressionEvaluator expressionEvaluator) |
JRFillObjectFactory(JRFillObjectFactory parent,
JRFillExpressionEvaluator expressionEvaluator) |
Copyright © 2017. All rights reserved.