PropertyEditor.getAsText

PropertyEditor.getAsText

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getAsText()
Returns
The property value as a human editable string.

Returns null if the value can't be expressed as an editable string.

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