Packageorg.springextensions.actionscript.context.support.mxml
SVN browsingConstructorArg.as
FisheyeConstructorArg.as
Classpublic class ConstructorArg
InheritanceConstructorArg Inheritance Arg Inheritance AbstractMXMLObject

This subclass exists only as an alias to clarify MXML markup



Documentation reference: composing mxml based configuration metadata


Public Properties
 PropertyDefined by
 Inheriteddocument : Object
The MXML document that created this object.
AbstractMXMLObject
 Inheritedid : String
The identifier used by document to refer to this object.
AbstractMXMLObject
 InheritedisInitialized : Boolean
AbstractMXMLObject
 Inheritedref : MXMLObjectDefinition
A reference to another ObjectDefinition in the MXMLApplicationContext
Arg
 Inheritedtype : String
This property can only have a value of 'class' or not be defined at all.
Arg
 Inheritedvalue : *
The value of the argument
Arg
Protected Properties
 PropertyDefined by
 Inherited_isInitialized : Boolean = false
AbstractMXMLObject
Public Methods
 MethodDefined by
  
Creates a new ConstructorArg instance
ConstructorArg
 Inherited
clone():*
Arg
 Inherited
Arg
 Inherited
initialized(document:Object, id:String):void
AbstractMXMLObject
Protected Methods
 MethodDefined by
 Inherited
AbstractMXMLObject
Constructor detail
ConstructorArg()constructor
public function ConstructorArg()

Creates a new ConstructorArg instance