Interface | Description |
---|---|
CustomExpression |
Powerful interface.
|
DJCRosstabMeasurePrecalculatedTotalProvider |
Interfase to provide implementations for crosstab measure total providers (precalculated)
|
DJValueFormatter |
Powerful interface.
|
Class | Description |
---|---|
AutoText | |
BooleanExpression | |
ColumnOperation |
Numerical operations that can be applied by an OperationColumn.
|
ColumnProperty | |
DJBaseElement | |
DjBaseMMValueFormatter |
This class is like a ValueFormatter but with some tricks to get the values and names
of all propertyMeasures in a crosstab
|
DJCalculation |
Operations that can be shown as a group variable.
|
DJChart | Deprecated |
DJChartColors |
Some color templates to be used by charts.
|
DJChartOptions | Deprecated |
DJCrosstab | |
DJCrosstabColumn | |
DJCrosstabMeasure | |
DJCrosstabRow | |
DJDataSource |
Describes a data source.
|
DJGroupLabel |
Labels to added in groups footer or headers variables (i.e: Subtotal).
|
DJHyperLink | |
DJLabel | |
DJQuery | |
DynamicJasperDesign |
Custom implementation of JasperDesign class.
|
DynamicReport |
One of the main classes of this product.
|
DynamicReportOptions |
Class that defines the report configuration.
|
ExpressionHelper | |
ImageBanner | |
StringExpression |
HyperLinkExpression are CustomsExpression that returns a String value which consist in the
url we want the hyperlink to have
|
Style |
Class that should be used to define the different styles in a friendly
and strict way.
Usage example:
Style headerStyle = new Style();
headerStyle.setFont(Font.ARIAL_MEDIUM_BOLD);
headerStyle.setBorder(Border.PEN_2_POINT());
headerStyle.setHorizontalAlign(HorizontalAlign.CENTER);
headerStyle.setVerticalAlign(VerticalAlign.MIDDLE);
|
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.