Packageorg.spicefactory.parsley.flex.tag.view
Classpublic class InjectTag
InheritanceInjectTag Inheritance Object

MXML Tag that can be used for as a child tag for the FastInject tag in case multiple injections are required for a single component. The tag allows the object to be selected by type or by id.



Public Properties
 PropertyDefined By
  objectId : String
The id of the object to inject.
InjectTag
  property : String
The property to inject into.
InjectTag
  target : Object
The target object to inject into.
InjectTag
  type : Class
The type of the object to inject.
InjectTag
Property Detail
objectIdproperty
public var objectId:String

The id of the object to inject.

propertyproperty 
public var property:String

The property to inject into.

targetproperty 
public var target:Object

The target object to inject into.

typeproperty 
public var type:Class

The type of the object to inject.