public interface FormItemValueFormatter
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | formatValue(java.lang.Object value,
           Record record,
           DynamicForm form,
           FormItem item) | 
java.lang.String formatValue(java.lang.Object value,
                             Record record,
                             DynamicForm form,
                             FormItem item)
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