|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entity in ar.com.fdvs.dj.core.registration |
---|
Methods in ar.com.fdvs.dj.core.registration with parameters of type Entity | |
---|---|
protected void |
DJGroupRegistrationManager.registerEntity(Entity entity)
|
protected void |
VariableRegistrationManager.registerEntity(Entity entity)
|
protected void |
DJCrosstabRegistrationManager.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 void |
ColumnsGroupVariablesRegistrationManager.registerEntity(Entity entity)
|
protected void |
ConditionalStylesRegistrationManager.registerEntity(Entity entity)
|
protected void |
ColumnRegistrationManager.registerEntity(Entity entity)
|
protected void |
DJGroupVariableDefRegistrationManager.registerEntity(Entity entity)
|
protected void |
DJCrosstabMeasureRegistrationManager.registerEntity(Entity entity)
|
protected java.lang.Object |
DJGroupRegistrationManager.transformEntity(Entity entity)
|
protected java.lang.Object |
VariableRegistrationManager.transformEntity(Entity entity)
|
protected java.lang.Object |
DJCrosstabRegistrationManager.transformEntity(Entity entity)
|
protected abstract java.lang.Object |
AbstractEntityRegistrationManager.transformEntity(Entity entity)
Transforms a DynamicJasper entity into a JasperReport one (JRDesignField, JRDesignParameter, JRDesignVariable) |
protected java.lang.Object |
ColumnsGroupVariablesRegistrationManager.transformEntity(Entity entity)
|
protected java.lang.Object |
ConditionalStylesRegistrationManager.transformEntity(Entity entity)
|
protected java.lang.Object |
ColumnRegistrationManager.transformEntity(Entity entity)
Receives a PropertyColumn and returns a JRDesignField |
protected java.lang.Object |
DJGroupVariableDefRegistrationManager.transformEntity(Entity entity)
|
protected java.lang.Object |
DJCrosstabMeasureRegistrationManager.transformEntity(Entity entity)
|
Uses of Entity in ar.com.fdvs.dj.domain |
---|
Classes in ar.com.fdvs.dj.domain that implement Entity | |
---|---|
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 |
DynamicReport
One of the main classes of this product. |
class |
DynamicReportOptions
Class that defines the report configuration. |
class |
ImageBanner
|
Uses of Entity in ar.com.fdvs.dj.domain.chart.dataset |
---|
Classes in ar.com.fdvs.dj.domain.chart.dataset that implement Entity | |
---|---|
class |
AbstractDataset
|
class |
CategoryDataset
|
class |
PieDataset
|
class |
TimeSeriesDataset
|
class |
XYDataset
|
Uses of Entity in ar.com.fdvs.dj.domain.chart.plot |
---|
Classes in ar.com.fdvs.dj.domain.chart.plot that implement Entity | |
---|---|
class |
AbstractCategoryAxisPlot
|
class |
AbstractPiePlot
|
class |
AbstractPlot
|
class |
AreaPlot
|
class |
Bar3DPlot
|
class |
BarPlot
|
class |
DJAxisFormat
|
class |
LinePlot
|
class |
Pie3DPlot
|
class |
PiePlot
|
class |
ScatterPlot
|
class |
TimeSeriesPlot
|
Uses of Entity in ar.com.fdvs.dj.domain.entities |
---|
Classes in ar.com.fdvs.dj.domain.entities that implement Entity | |
---|---|
class |
DJGroup
Entity created to handle groups of columns. Multiple groups can be created for a single report. |
class |
DJGroupVariable
Entity used to handle global and group variables that represent the value of an operation applied to the corresponding rows. DJGroupVariable(s) are shown at the header or footer of the column they operate on. |
class |
DJGroupVariableDef
This class is meant for variable registration purposes only. |
class |
DJVariable
|
class |
Parameter
|
class |
Subreport
|
class |
SubreportParameter
|
Uses of Entity in ar.com.fdvs.dj.domain.entities.columns |
---|
Classes in ar.com.fdvs.dj.domain.entities.columns that implement Entity | |
---|---|
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. |
Uses of Entity in ar.com.fdvs.dj.domain.entities.conditionalStyle |
---|
Classes in ar.com.fdvs.dj.domain.entities.conditionalStyle that implement Entity | |
---|---|
class |
ConditionalStyle
Entity used to handle Conditional style. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |