Uses of Package
ar.com.fdvs.dj.domain

Packages that use ar.com.fdvs.dj.domain
ar.com.fdvs.dj.core   
ar.com.fdvs.dj.core.layout   
ar.com.fdvs.dj.core.registration   
ar.com.fdvs.dj.domain   
ar.com.fdvs.dj.domain.builders   
ar.com.fdvs.dj.domain.chart   
ar.com.fdvs.dj.domain.chart.builder   
ar.com.fdvs.dj.domain.chart.dataset   
ar.com.fdvs.dj.domain.chart.plot   
ar.com.fdvs.dj.domain.customexpression   
ar.com.fdvs.dj.domain.entities   
ar.com.fdvs.dj.domain.entities.columns   
ar.com.fdvs.dj.domain.entities.conditionalStyle   
ar.com.fdvs.dj.domain.hyperlink   
ar.com.fdvs.dj.util   
ar.com.fdvs.dj.util.customexpression   
ar.com.fdvs.dj.webwork   
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.core
DynamicJasperDesign
          Custom implementation of JasperDesign class.
DynamicReport
          One of the main classes of this product.
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.core.layout
AutoText
           
DJChart
          Deprecated.  
DJCrosstab
           
DynamicJasperDesign
          Custom implementation of JasperDesign class.
DynamicReport
          One of the main classes of this product.
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);
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.core.registration
ColumnProperty
           
CustomExpression
          Powerful interface.
DynamicJasperDesign
          Custom implementation of JasperDesign class.
DynamicReport
          One of the main classes of this product.
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain
AutoText
           
BooleanExpression
           
ColumnOperation
          Numerical operations that can be applied by an OperationColumn.

ColumnProperty
           
CustomExpression
          Powerful interface.
DJBaseElement
           
DJCalculation
          Operations that can be shown as a group variable.

DJChartOptions
          Deprecated.  
DJCrosstabMeasure
           
DJCRosstabMeasurePrecalculatedTotalProvider
          Interfase to provide implementations for crosstab measure total providers (precalculated)
DJDataSource
          Describes a data source.
DJHyperLink
           
DJLabel
           
DJQuery
           
DJValueFormatter
          Powerful interface.
DynamicReportOptions
          Class that defines the report configuration.
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);
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.builders
AutoText
           
ColumnOperation
          Numerical operations that can be applied by an OperationColumn.

ColumnProperty
           
CustomExpression
          Powerful interface.
DJCalculation
          Operations that can be shown as a group variable.

DJChart
          Deprecated.  
DJChartOptions
          Deprecated.  
DJCrosstab
           
DJCrosstabColumn
           
DJCrosstabMeasure
           
DJCRosstabMeasurePrecalculatedTotalProvider
          Interfase to provide implementations for crosstab measure total providers (precalculated)
DJCrosstabRow
           
DJGroupLabel
          Labels to added in groups footer or headers variables (i.e: Subtotal).
DJLabel
           
DJValueFormatter
          Powerful interface.
DynamicReport
          One of the main classes of this product.
DynamicReportOptions
          Class that defines the report configuration.
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);
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.chart
CustomExpression
          Powerful interface.
DJHyperLink
           
DynamicJasperDesign
          Custom implementation of JasperDesign class.
StringExpression
          HyperLinkExpression are CustomsExpression that returns a String value which consist in the url we want the hyperlink to have
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.chart.builder
DJHyperLink
           
StringExpression
          HyperLinkExpression are CustomsExpression that returns a String value which consist in the url we want the hyperlink to have
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.chart.dataset
DJBaseElement
           
DynamicJasperDesign
          Custom implementation of JasperDesign class.
StringExpression
          HyperLinkExpression are CustomsExpression that returns a String value which consist in the url we want the hyperlink to have
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.chart.plot
CustomExpression
          Powerful interface.
DJBaseElement
           
DynamicJasperDesign
          Custom implementation of JasperDesign class.
StringExpression
          HyperLinkExpression are CustomsExpression that returns a String value which consist in the url we want the hyperlink to have
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.customexpression
CustomExpression
          Powerful interface.
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.entities
BooleanExpression
           
ColumnProperty
           
CustomExpression
          Powerful interface.
DJBaseElement
           
DJCalculation
          Operations that can be shown as a group variable.

DJCrosstab
           
DJDataSource
          Describes a data source.
DJGroupLabel
          Labels to added in groups footer or headers variables (i.e: Subtotal).
DJValueFormatter
          Powerful interface.
DynamicReport
          One of the main classes of this product.
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);
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.entities.columns
ColumnOperation
          Numerical operations that can be applied by an OperationColumn.

ColumnProperty
           
CustomExpression
          Powerful interface.
DJBaseElement
           
DJCalculation
          Operations that can be shown as a group variable.

DJHyperLink
           
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);
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.entities.conditionalStyle
CustomExpression
          Powerful interface.
DJBaseElement
           
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);
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.domain.hyperlink
CustomExpression
          Powerful interface.
StringExpression
          HyperLinkExpression are CustomsExpression that returns a String value which consist in the url we want the hyperlink to have
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.util
ColumnProperty
           
CustomExpression
          Powerful interface.
DJCalculation
          Operations that can be shown as a group variable.

DJCrosstab
           
DJDataSource
          Describes a data source.
DJHyperLink
           
DynamicJasperDesign
          Custom implementation of JasperDesign class.
DynamicReport
          One of the main classes of this product.
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.util.customexpression
CustomExpression
          Powerful interface.
 

Classes in ar.com.fdvs.dj.domain used by ar.com.fdvs.dj.webwork
DynamicReport
          One of the main classes of this product.
 



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.