public interface SimpleTypeParser
SimpleType.| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | parseInput(java.lang.String value,
          DataClass field,
          DataBoundComponent component,
          Record record)The callback for parsing. | 
java.lang.Object parseInput(java.lang.String value,
                            DataClass field,
                            DataBoundComponent component,
                            Record record)
value - the edited valuefield - field descriptor from the component calling the parser depending on the calling component, if applicable.component - component calling this formatter, if applicablerecord - the record instance, if applicable