Packageorg.springextensions.actionscript.objects.propertyeditors
Classpublic class AbstractPropertyEditor
ImplementsIPropertyEditor
SubclassesBooleanPropertyEditor, ClassPropertyEditor, NumberPropertyEditor

Abstract property editor.

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
AbstractPropertyEditor
  value : *
AbstractPropertyEditor
Public Methods
 MethodDefined by
  
AbstractPropertyEditor
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
Constructor detail
AbstractPropertyEditor()constructor
public function AbstractPropertyEditor()