Packageorg.springextensions.actionscript.context.support.mxml
SVN browsingTemplate.as
FisheyeTemplate.as
Classpublic class Template
InheritanceTemplate Inheritance AbstractMXMLObject

MXML representation of a Template object. This non-visual component must be declared as a child component of a MXMLApplicationContext component.

Default MXML Propertycontent

See also

MXMLApplicationContext


Documentation reference: composing mxml based configuration metadata


Public Properties
 PropertyDefined by
  content : Array
Placeholder for the MXML child components
Template
 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
  objectDefinition : MXMLObjectDefinition
[read-only] The ObjectDefinition whose properties will be used to configure a different ObjectDefinition which defines the current Template as its template property.
Template
Protected Properties
 PropertyDefined by
 Inherited_isInitialized : Boolean = false
AbstractMXMLObject
Public Methods
 MethodDefined by
  
Creates a new Template
Template
 Inherited
clone():*
AbstractMXMLObject
  
Checks if the current Template only has one chid component if this component is of type ObjectDefinition.
Template
  
initialized(document:Object, id:String):void
Adds an eventlistener for the FlexEvent.CREATION_COMPLETE event to execute complete_handler() method when it fires.
Template
Protected Methods
 MethodDefined by
 Inherited
AbstractMXMLObject
Property detail
contentproperty
content:Array  [read-write]

Placeholder for the MXML child components

Implementation
    public function get content():Array
    public function set content(value:Array):void
objectDefinitionproperty 
objectDefinition:MXMLObjectDefinition  [read-only]

The ObjectDefinition whose properties will be used to configure a different ObjectDefinition which defines the current Template as its template property.

Implementation
    public function get objectDefinition():MXMLObjectDefinition

See also

Constructor detail
Template()constructor
public function Template()

Creates a new Template

Method detail
initializeComponent()method
public override function initializeComponent():void

Checks if the current Template only has one chid component if this component is of type ObjectDefinition.

See also

initialized()method 
public override function initialized(document:Object, id:String):void

Adds an eventlistener for the FlexEvent.CREATION_COMPLETE event to execute complete_handler() method when it fires.

Parameters
document:Object
 
id:String