| Package | org.springextensions.actionscript.context.support.mxml |
| SVN browsing | Interface.as |
| Fisheye | Interface.as |
| Class | public class Interface |
| Inheritance | Interface MXMLObjectDefinition |
Documentation reference: composing mxml based configuration metadata
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
Interface instance. | Interface | ||
![]() |
addConstructorArg(arg:ConstructorArg):void
Adds the specified
ConstructorArg resolved value to the constructorArguments array. | MXMLObjectDefinition | |
![]() |
addProperty(property:Property):void
Adds the specified
Property to the properties dictionary and resolves its value by invoking resolveValue(). | MXMLObjectDefinition | |
![]() |
initializeComponent():void
After
FlexEvent.CREATION_COMPLETE has been dispatched the processChildContent() method is invoked. | MXMLObjectDefinition | |
![]() |
initialized(document:Object, id:String):void
| MXMLObjectDefinition | |
|
parse():void
Loops through the MXML children and processes each
Property and MethodInvocation instance. | Interface | ||
| Interface | () | constructor |
public function Interface()
Creates a new Interface instance.
| parse | () | method |
public override function parse():void
Loops through the MXML children and processes each Property and MethodInvocation instance.
— When an MXML child is encountered other than Property or MethodInvocation an error is thrown
|
See also