planetj.formatters
Interface IInputFormatter

All Superinterfaces:
IFormatter

public interface IInputFormatter
extends IFormatter

A formatter which can be used to format values display inside of input fields

Author:
Justin

Method Summary
 java.lang.String formatInputValue(java.lang.Object value, Field field)
          Gets the display value to show in an input field
 
Methods inherited from interface planetj.formatters.IFormatter
formatValue, isPrepareFieldValue
 

Method Detail

formatInputValue

public java.lang.String formatInputValue(java.lang.Object value,
                                         Field field)
Gets the display value to show in an input field

Parameters:
value - The value to be formatted
field - The field containing the value to format