ar.com.fdvs.dj.domain
Interface DJValueFormatter


public interface DJValueFormatter

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

See Also:


Method Summary
 java.lang.Object evaluate(java.lang.Object value, java.util.Map fields, java.util.Map variables, java.util.Map parameters)
           
 java.lang.String getClassName()
           
 

Method Detail

evaluate

java.lang.Object evaluate(java.lang.Object value,
                          java.util.Map fields,
                          java.util.Map variables,
                          java.util.Map parameters)

getClassName

java.lang.String getClassName()


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