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

Packages that use CustomExpression
ar.com.fdvs.dj.core.registration   
ar.com.fdvs.dj.domain.builders   
ar.com.fdvs.dj.domain.entities.columns   
ar.com.fdvs.dj.domain.entities.conditionalStyle   
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.registerExpressionColumnParameter(java.lang.String property, CustomExpression customExpression)
           
 

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)
           
 

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.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.