Package | com.asfusion.mate.ioc |
Class | public class InjectorTarget |
Inheritance | InjectorTarget flash.events.EventDispatcher |
Implements | mx.core.IMXMLObject |
Property | Defined by | ||
---|---|---|---|
document : Object
A reference to the document object associated with this InjectorTarget.
| InjectorTarget | ||
id : String
ID of the component.
| InjectorTarget |
Method | Defined by | ||
---|---|---|---|
initialized(document:Object, id:String):void
Called automatically by the MXML compiler if the InjectorTarget is set up using a tag.
| InjectorTarget | ||
register():void
| InjectorTarget |
document | property |
protected var document:Object
A reference to the document object associated with this InjectorTarget. A document object is an Object at the top of the hierarchy of a Flex application, MXML component, or AS component.
id | property |
protected var id:String
ID of the component.
initialized | () | method |
public function initialized(document:Object, id:String):void
Called automatically by the MXML compiler if the InjectorTarget is set up using a tag.
Parametersdocument:Object |
|
id:String |
register | () | method |
public function register():void