Packageorg.springextensions.actionscript.objects
Interfacepublic interface IPropertyEditor
ImplementorsAbstractPropertyEditor, PropertyEditorRegistrySupport

A property editor converts strings to typed objects.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Properties
 PropertyDefined by
  text : String
IPropertyEditor
  value : *
IPropertyEditor
Property detail
textproperty
text:String  [read-write]Implementation
    public function get text():String
    public function set text(value:String):void
valueproperty 
value:*  [read-write]Implementation
    public function get value():*
    public function set value(value:*):void