com.smartgwt.client.widgets.form
Interface FormItemValueFormatter


public interface FormItemValueFormatter


Method Summary
 String formatValue(Object value, Record record, DynamicForm form, FormItem item)
           
 

Method Detail

formatValue

String formatValue(Object value,
                   Record record,
                   DynamicForm form,
                   FormItem item)
Parameters:
value - Underlying data value to format. May be null.
record - The record currently being edited by this form. Essentially the form's current values object.
form - pointer to the DynamicForm
item - pointer to the FormItem
Returns:
Display value to show