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
 Object evaluate(Object value, Map fields, Map variables, Map parameters)
           
 String getClassName()
           
 

Method Detail

evaluate

Object evaluate(Object value,
                Map fields,
                Map variables,
                Map parameters)

getClassName

String getClassName()


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