Uses of Interface
ar.com.fdvs.dj.domain.CustomExpression

Packages that use CustomExpression
ar.com.fdvs.dj.core.registration   
ar.com.fdvs.dj.domain   
ar.com.fdvs.dj.domain.builders   
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   
 

Uses of CustomExpression in ar.com.fdvs.dj.core.registration
 

Methods in ar.com.fdvs.dj.core.registration with parameters of type CustomExpression
protected  void AbstractEntityRegistrationManager.registerCustomExpressionParameter(java.lang.String name, CustomExpression customExpression)
           
 

Uses of CustomExpression in ar.com.fdvs.dj.domain
 

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

Fields in ar.com.fdvs.dj.domain declared as CustomExpression
protected  CustomExpression DJLabel.labelExpression
           
 

Methods in ar.com.fdvs.dj.domain that return CustomExpression
 CustomExpression DJLabel.getLabelExpression()
           
 

Methods in ar.com.fdvs.dj.domain with parameters of type CustomExpression
 void DJLabel.setLabelExpression(CustomExpression labelExpression)
           
 

Constructors in ar.com.fdvs.dj.domain with parameters of type CustomExpression
DJGroupLabel(CustomExpression labelExpression, Style labelStyle, LabelPosition labelPosition)
           
DJLabel(CustomExpression labelExpression, Style labelStyle)
           
 

Uses of CustomExpression in ar.com.fdvs.dj.domain.builders
 

Methods in ar.com.fdvs.dj.domain.builders with parameters of type CustomExpression
 ColumnBuilder ColumnBuilder.setCustomExpression(CustomExpression customExpression)
           
 ColumnBuilder ColumnBuilder.setCustomExpressionForCalculation(CustomExpression customExpression)
           
 ColumnBuilder ColumnBuilder.setCustomExpressionToGroupBy(CustomExpression customExpression)
           
 

Uses of CustomExpression in ar.com.fdvs.dj.domain.entities.columns
 

Methods in ar.com.fdvs.dj.domain.entities.columns that return CustomExpression
 CustomExpression ExpressionColumn.getExpression()
           
 CustomExpression ExpressionColumn.getExpressionForCalculation()
           
 CustomExpression PropertyColumn.getExpressionToGroupBy()
           
 

Methods in ar.com.fdvs.dj.domain.entities.columns with parameters of type CustomExpression
 void ExpressionColumn.setExpression(CustomExpression expression)
           
 void ExpressionColumn.setExpressionForCalculation(CustomExpression expressionForCalculation)
           
 void PropertyColumn.setExpressionToGroupBy(CustomExpression expressionToGroupBy)
           
 

Uses of CustomExpression in ar.com.fdvs.dj.domain.entities.conditionalStyle
 

Classes in ar.com.fdvs.dj.domain.entities.conditionalStyle that implement CustomExpression
 class ConditionStyleExpression
           
 class StatusLightCondition
          Special CustomExpression that complements very well with Conditionl Styles.
 

Uses of CustomExpression in ar.com.fdvs.dj.domain.hyperlink
 

Classes in ar.com.fdvs.dj.domain.hyperlink that implement CustomExpression
 class LiteralExpression
           
 

Uses of CustomExpression in ar.com.fdvs.dj.util
 

Methods in ar.com.fdvs.dj.util with parameters of type CustomExpression
static void LayoutUtils.registerCustomExpressionParameter(DynamicJasperDesign design, java.lang.String name, CustomExpression customExpression)
           
 

Uses of CustomExpression in ar.com.fdvs.dj.util.customexpression
 

Classes in ar.com.fdvs.dj.util.customexpression that implement CustomExpression
 class PageNumberCustomExpression
          Convenient CustomExpression that returns page number
 class RecordsInPageCustomExpression
          Convenient CustomExpression that returns the record number for the current page
 class RecordsInReportCustomExpression
          Convenient CustomExpression that returns the record number for whole report
 



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