ar.com.fdvs.dj.domain
Interface CustomExpression

All Known Implementing Classes:
DJCustomExpression, StatusLightCondition

public interface CustomExpression

Powerful interface. The idea behind this is that anybody could extend
this class and redefine the evaluate method to show different results in a cell.
Example: date formatting, money formatting, string trimming, etc.

See Also:


Field Summary
static java.lang.String EVAL_METHOD_NAME
           
 
Method Summary
 java.lang.Object evaluate(java.lang.Object object)
           
 

Field Detail

EVAL_METHOD_NAME

static final java.lang.String EVAL_METHOD_NAME
See Also:
Constant Field Values
Method Detail

evaluate

java.lang.Object evaluate(java.lang.Object object)


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