com.smartgwt.client.widgets.form
Interface FormItemValueParser


public interface FormItemValueParser


Method Summary
 Object parseValue(String value, DynamicForm form, FormItem item)
           
 

Method Detail

parseValue

Object parseValue(String value,
                  DynamicForm form,
                  FormItem item)
Parameters:
value - value as entered by the user
form - pointer to the dynamicForm containing this item
item - pointer to this item
Returns:
Data value to store for this item