| Package | org.springextensions.actionscript.objects.propertyeditors |
| SVN browsing | AbstractPropertyEditor.as |
| Fisheye | AbstractPropertyEditor.as |
| Class | public class AbstractPropertyEditor |
| Implements | IPropertyEditor |
| Subclasses | BooleanPropertyEditor, ClassPropertyEditor, NumberPropertyEditor |
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
| Property | Defined by | ||
|---|---|---|---|
| text : String
The string that will be converted into an object.
| AbstractPropertyEditor | ||
| value : *
The result of the string-to-object conversion.
| AbstractPropertyEditor | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
AbstractPropertyEditor instance
| AbstractPropertyEditor | ||
| Method | Defined by | ||
|---|---|---|---|
|
abstractPropertyEditorInit(self:AbstractPropertyEditor):void
| AbstractPropertyEditor | ||
| 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
| AbstractPropertyEditor | () | constructor |
public function AbstractPropertyEditor(self:AbstractPropertyEditor)
Creates a new AbstractPropertyEditor instance
self:AbstractPropertyEditor |
— When called directly
|
| abstractPropertyEditorInit | () | method |
protected function abstractPropertyEditorInit(self:AbstractPropertyEditor):voidParameters
self:AbstractPropertyEditor |