Packageorg.pranaframework.objects
Interfacepublic interface IPropertyEditor
ImplementorsAbstractPropertyEditor, PropertyEditorRegistrySupport

A property editor converts strings to typed objects.



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