| Modifier and Type | Method and Description |
|---|---|
protected void |
VariableRegistrationManager.registerEntity(Entity entity) |
protected void |
DJGroupVariableDefRegistrationManager.registerEntity(Entity entity) |
protected void |
DJGroupRegistrationManager.registerEntity(Entity entity) |
protected void |
DJCrosstabRegistrationManager.registerEntity(Entity entity) |
protected void |
DJCrosstabMeasureRegistrationManager.registerEntity(Entity entity) |
protected void |
ConditionalStylesRegistrationManager.registerEntity(Entity entity) |
protected void |
ColumnsGroupVariablesRegistrationManager.registerEntity(Entity entity) |
protected void |
ColumnRegistrationManager.registerEntity(Entity entity) |
protected abstract void |
AbstractEntityRegistrationManager.registerEntity(Entity entity)
Registers in the report's JasperDesign instance whatever is needed to
show a given entity.
|
protected Object |
VariableRegistrationManager.transformEntity(Entity entity) |
protected Object |
DJGroupVariableDefRegistrationManager.transformEntity(Entity entity) |
protected Object |
DJGroupRegistrationManager.transformEntity(Entity entity) |
protected Object |
DJCrosstabRegistrationManager.transformEntity(Entity entity) |
protected Object |
DJCrosstabMeasureRegistrationManager.transformEntity(Entity entity) |
protected Object |
ConditionalStylesRegistrationManager.transformEntity(Entity entity) |
protected Object |
ColumnsGroupVariablesRegistrationManager.transformEntity(Entity entity) |
protected Object |
ColumnRegistrationManager.transformEntity(Entity entity)
Receives a PropertyColumn and returns a JRDesignField
|
protected abstract Object |
AbstractEntityRegistrationManager.transformEntity(Entity entity)
Transforms a DynamicJasper entity into a JasperReport one
(JRDesignField, JRDesignParameter, JRDesignVariable)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoText |
class |
ColumnOperation
Numerical operations that can be applied by an OperationColumn.
|
class |
ColumnProperty |
class |
DJBaseElement |
class |
DJCalculation
Operations that can be shown as a group variable.
|
class |
DJChart
Deprecated.
|
class |
DJChartColors
Some color templates to be used by charts.
|
class |
DJChartOptions
Deprecated.
|
class |
DJCrosstab |
class |
DJCrosstabColumn |
class |
DJCrosstabMeasure |
class |
DJCrosstabRow |
class |
DJDataSource
Describes a data source.
|
class |
DJGroupLabel
Labels to added in groups footer or headers variables (i.e: Subtotal).
|
class |
DJHyperLink |
class |
DJLabel |
class |
DJQuery |
class |
DJWaterMark
Created by DJ Mamana on 04/12/2015.
|
class |
DynamicReport
One of the main classes of this product.
|
class |
DynamicReportOptions
Class that defines the report configuration.
|
class |
ImageBanner |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataset |
class |
CategoryDataset |
class |
PieDataset |
class |
TimeSeriesDataset |
class |
XYDataset |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCategoryAxisPlot |
class |
AbstractPiePlot |
class |
AbstractPlot |
class |
AreaPlot |
class |
Bar3DPlot |
class |
BarPlot |
class |
DJAxisFormat |
class |
LinePlot |
class |
Pie3DPlot |
class |
PiePlot |
class |
ScatterPlot |
class |
TimeSeriesPlot |
| Modifier and Type | Class and Description |
|---|---|
class |
DJGroup
Entity created to handle groups of columns.
|
class |
DJGroupVariable
Entity used to handle global and group variables that represent the value of
an operation applied to the corresponding rows.
|
class |
DJGroupVariableDef
This class is meant for variable registration purposes only.
|
class |
DJVariable |
class |
Parameter |
class |
Subreport |
class |
SubreportParameter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColumn
Abstract Class used as base for the different Column types.
|
class |
BarCodeColumn |
class |
ExpressionColumn
Column created to handle Custom Expressions.
|
class |
GlobalGroupColumn
Column created to handle global variables.
|
class |
ImageColumn
Just for marking the column as ImageColum
|
class |
OperationColumn
Column created to handle numerical operations between two or more
PropertyColumns.
|
class |
PercentageColumn
This column shows a percentage relative to another column.
|
class |
PropertyColumn
Basic abstract column type representing a property from the obtained
result set.
|
class |
SimpleColumn
The simplest concrete Column in DJ.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalStyle
Entity used to handle Conditional style.
|
Copyright © 2006–2016 FDV Solutions. All rights reserved.