| Package | org.springextensions.actionscript.objects |
| SVN browsing | PropertyEditorRegistrySupport.as |
| Fisheye | PropertyEditorRegistrySupport.as |
| Class | public class PropertyEditorRegistrySupport |
| Implements | IApplicationDomainAware, IPropertyEditorRegistry |
| Subclasses | SimpleTypeConverter |
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 | ||
|---|---|---|---|
| applicationDomain : ApplicationDomain [write-only]
| PropertyEditorRegistrySupport | ||
| Method | Defined by | ||
|---|---|---|---|
|
PropertyEditorRegistrySupport(applicationDomain:ApplicationDomain)
Creates a new
PropertyEditorRegistrySupport instance. | PropertyEditorRegistrySupport | ||
|
findCustomEditor(requiredType:Class):IPropertyEditor
Finds a property editor that was registered against the given type.
| PropertyEditorRegistrySupport | ||
|
registerCustomEditor(requiredType:Class, propertyEditor:IPropertyEditor):void
Registers the given property editor for the given type.
| PropertyEditorRegistrySupport | ||
| applicationDomain | property |
applicationDomain:ApplicationDomain [write-only]Implementation
public function set applicationDomain(value:ApplicationDomain):void
| PropertyEditorRegistrySupport | () | constructor |
public function PropertyEditorRegistrySupport(applicationDomain:ApplicationDomain)
Creates a new PropertyEditorRegistrySupport instance.
applicationDomain:ApplicationDomain |
| findCustomEditor | () | method |
public function findCustomEditor(requiredType:Class):IPropertyEditorFinds a property editor that was registered against the given type.
ParametersrequiredType:Class — the type of the property
|
IPropertyEditor |
| registerCustomEditor | () | method |
public function registerCustomEditor(requiredType:Class, propertyEditor:IPropertyEditor):voidRegisters the given property editor for the given type.
ParametersrequiredType:Class — the type of the property
|
|
propertyEditor:IPropertyEditor — the property editor to register
|