Packageorg.springextensions.actionscript.objects.propertyeditors
SVN browsingAbstractPropertyEditor.as
FisheyeAbstractPropertyEditor.as
Classpublic class AbstractPropertyEditor
ImplementsIPropertyEditor
SubclassesBooleanPropertyEditor, ClassPropertyEditor, NumberPropertyEditor

Abstract base class for IPropertyEditor implementations.

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
The string that will be converted into an object.
AbstractPropertyEditor
  value : *
The result of the string-to-object conversion.
AbstractPropertyEditor
Public Methods
 MethodDefined by
  
Creates a new AbstractPropertyEditor instance
AbstractPropertyEditor
Protected Methods
 MethodDefined by
  
AbstractPropertyEditor
Property detail
textproperty
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
valueproperty 
value:*  [read-write]

The result of the string-to-object conversion.

Implementation
    public function get value():*
    public function set value(value:*):void
Constructor detail
AbstractPropertyEditor()constructor
public function AbstractPropertyEditor(self:AbstractPropertyEditor)

Creates a new AbstractPropertyEditor instance

Parameters
self:AbstractPropertyEditor

Throws
— When called directly
Method detail
abstractPropertyEditorInit()method
protected function abstractPropertyEditorInit(self:AbstractPropertyEditor):voidParameters
self:AbstractPropertyEditor