| Package | org.springextensions.actionscript.context.support.mxml |
| SVN browsing | Template.as |
| Fisheye | Template.as |
| Class | public class Template |
| Inheritance | Template AbstractMXMLObject |
Template object. This non-visual component must be declared as
a child component of a MXMLApplicationContext component.
Default MXML Propertycontent
See also
Documentation reference: composing mxml based configuration metadata
| Property | Defined by | ||
|---|---|---|---|
| content : Array
Placeholder for the MXML child components
| Template | ||
![]() | document : Object
The MXML document that created this object.
| AbstractMXMLObject | |
![]() | id : String
The identifier used by
document to refer to this object. | AbstractMXMLObject | |
![]() | isInitialized : 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Template()
Creates a new
Template
| Template | ||
![]() |
clone():*
| AbstractMXMLObject | |
|
initializeComponent():void
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 | ||
| content | property |
content:Array [read-write]Placeholder for the MXML child components
Implementation public function get content():Array
public function set content(value:Array):void
| objectDefinition | property |
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.
public function get objectDefinition():MXMLObjectDefinition
See also
| Template | () | constructor |
public function Template()
Creates a new Template
| 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.
document:Object |
|
id:String |