Packageorg.springextensions.actionscript.ioc.factory.config
Classpublic class CustomEditorConfigurer
ImplementsIObjectFactoryPostProcessor

IObjectFactoryPostProcessor implementation that allows for convenient registration of custom property editors.

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
  customEditors : Object
[write-only] Sets the customer editors for this configurer.
CustomEditorConfigurer
Public Methods
 MethodDefined by
  
Creates a new CustomEditorConfigurer.
CustomEditorConfigurer
  
CustomEditorConfigurer
Property detail
customEditorsproperty
customEditors:Object  [write-only]

Sets the customer editors for this configurer.

Implementation
    public function set customEditors(value:Object):void
Constructor detail
CustomEditorConfigurer()constructor
public function CustomEditorConfigurer()

Creates a new CustomEditorConfigurer.

Method detail
postProcessObjectFactory()method
public function postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):void

Parameters
objectFactory:IConfigurableListableObjectFactory