Overview | Methods | This Package | All Packages
Converts the specified text string to a value.
Syntax
public Object getValueFromText( String text )
Parameters
text
A string that represents the value.
Return Value
Returns null by default.
Remarks
Override this method to convert the string to a value. If the value editor specifies the IValueEditor.STYLE_NOEDITABLETEXT style, this method is called only with strings that were previously returned from getTextFromValue.