Interface FormItemValueParser


public interface FormItemValueParser
  • Method Details

    • 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