| Package | org.springextensions.actionscript.context.support.mxml |
| SVN browsing | MethodInvocation.as |
| Fisheye | MethodInvocation.as |
| Class | public class MethodInvocation |
| Inheritance | MethodInvocation AbstractMXMLObject |
MethodInvocation object. This non-visual component must be declared as
a child component of a ObjectDefinition component.
Default MXML Propertyarguments
See also
Documentation reference: composing mxml based configuration metadata
| Property | Defined by | ||
|---|---|---|---|
| arguments : Array
An array of
Arg objects that define the arguments that need to be used for the method's invocation. | MethodInvocation | ||
![]() | 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 | |
| methodName : String
The name of the method that will be invoked.
| MethodInvocation | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
MethodInvocation instance. | MethodInvocation | ||
|
clone():*
| MethodInvocation | ||
![]() |
initializeComponent():void
| AbstractMXMLObject | |
|
initialized(document:Object, id:String):void
| MethodInvocation | ||
| arguments | property |
arguments:Array [read-write]
An array of Arg objects that define the arguments that need to be used for the method's invocation.
public function get arguments():Array
public function set arguments(value:Array):void
| methodName | property |
methodName:String [read-write]The name of the method that will be invoked.
Implementation public function get methodName():String
public function set methodName(value:String):void
| MethodInvocation | () | constructor |
public function MethodInvocation()
Creates a new MethodInvocation instance.
| clone | () | method |
public override function clone():*Returns
* |
| initialized | () | method |
public override function initialized(document:Object, id:String):voidParameters
document:Object |
|
id:String |