Class | Description |
---|---|
AbstractEntityRegistrationManager |
Abstract Class used as base for the different Entities Registration Managers.
Every implementation of this class should know how to register a given Entity
and tranform it into any JasperReport object in order to add it to the
JasperDesign.
A Registration Manager is the first step required to create a report.
A subclass should be created only when we want to add new features to DJ.
Probably a new class from this hierarchy will imply a change to one or many
Layout Managers.
|
ColumnRegistrationManager |
Manager invoked to register columns.
|
ColumnsGroupVariablesRegistrationManager |
Manager invoked to register variables for groups of columns.
|
ConditionalStylesRegistrationManager |
Manager invoked to register conditional styles.
|
DJCrosstabMeasureRegistrationManager | |
DJCrosstabRegistrationManager | |
DJGroupRegistrationManager |
Manager invoked to register groups of columns.
|
DJGroupVariableDefRegistrationManager |
Manager invoked to register temporal variables for groups of columns.
|
VariableRegistrationManager |
Exception | Description |
---|---|
EntitiesRegistrationException |
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.