| Package | org.springextensions.actionscript.objects |
| Interface | public interface IPropertyEditorRegistry |
| Implementors | PropertyEditorRegistrySupport |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
findCustomEditor(requiredType:Class):IPropertyEditor
Finds a property editor that was registered against the given type.
| IPropertyEditorRegistry | ||
|
registerCustomEditor(requiredType:Class, propertyEditor:IPropertyEditor):void
Registers the given property editor for the given type.
| IPropertyEditorRegistry | ||
| 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
|