| Package | org.springextensions.actionscript.objects |
| SVN browsing | IPropertyEditor.as |
| Fisheye | IPropertyEditor.as |
| Interface | public interface IPropertyEditor |
| Implementors | AbstractPropertyEditor, PropertyEditorRegistrySupport |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Property | Defined by | ||
|---|---|---|---|
| text : String
The string that will be converted into an object.
| IPropertyEditor | ||
| value : *
The result of the string-to-object conversion.
| IPropertyEditor | ||
| text | property |
text:String [read-write]The string that will be converted into an object. For example: org.springextensions.actionscript.collections.TypedCollection
Implementation public function get text():String
public function set text(value:String):void
| value | property |
value:* [read-write]The result of the string-to-object conversion.
Implementation public function get value():*
public function set value(value:*):void