Overview | Methods | Fields | 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 the value represented by the string. If no value can be determined from the string, null is returned.
Remarks
If the value editor specifies the STYLE_NOEDITABLETEXT style, this method is called only with strings that were previously returned from getTextFromValue.