PropertyEditorSupport.getAsText

PropertyEditorSupport.getAsText

Class Overview | Class Members | This Package | All Packages

Syntax
public String getAsText()
Returns
The property value as a string suitable for presentation to a human to edit.

Returns "null" is the value can't be expressed as a string.

If a non-null value is returned, then the PropertyEditor should be prepared to parse that string back in setAsText().