Packageorg.spicefactory.parsley.flex.tag.core
Classpublic class MxmlRootObjectTag
InheritanceMxmlRootObjectTag Inheritance RootObjectTag Inheritance Object
Implements mx.core.IMXMLObject

Extension of the default object definition tag that handles ids set in MXML. To be used for root MXML object defintions only.

Default MXML Propertydecorators



Public Properties
 PropertyDefined By
 Inheriteddecorators : Array
The ObjectDefinitionDecorator instances added to this definition.
RootObjectTag
 Inheritedid : String
The id the object should be registered with.
RootObjectTag
 Inheritedlazy : Boolean = false
Indicates whether this object should be lazily initialized.
RootObjectTag
 Inheritedorder : int = 2.147483647E9
The processing order for this object.
RootObjectTag
 Inheritedtype : Class
The type of the object configured by this definition.
RootObjectTag
Public Methods
 MethodDefined By
 Inherited
Processes this configuration tag, possilbly creating and registering object definitions.
RootObjectTag