Package com.smartgwt.client.widgets.form
Interface FormItemValueFormatter
public interface FormItemValueFormatter
- 
Method Summary
Modifier and TypeMethodDescriptionformatValue(Object value, Record record, DynamicForm form, FormItem item)  
- 
Method Details
- 
formatValue
- 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 DynamicFormitem- pointer to the FormItem- Returns:
 - Display value to show
 
 
 -