Packageorg.springextensions.actionscript.context.support.mxml
SVN browsingMethodInvocation.as
FisheyeMethodInvocation.as
Classpublic class MethodInvocation
InheritanceMethodInvocation Inheritance AbstractMXMLObject

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

Default MXML Propertyarguments

See also

ObjectDefinition


Documentation reference: composing mxml based configuration metadata


Public Properties
 PropertyDefined by
  arguments : Array
An array of Arg objects that define the arguments that need to be used for the method's invocation.
MethodInvocation
 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
  methodName : String
The name of the method that will be invoked.
MethodInvocation
Protected Properties
 PropertyDefined by
 Inherited_isInitialized : Boolean = false
AbstractMXMLObject
Public Methods
 MethodDefined by
  
Creates a new MethodInvocation instance.
MethodInvocation
  
clone():*
MethodInvocation
 Inherited
AbstractMXMLObject
  
initialized(document:Object, id:String):void
MethodInvocation
Protected Methods
 MethodDefined by
 Inherited
AbstractMXMLObject
Property detail
argumentsproperty
arguments:Array  [read-write]

An array of Arg objects that define the arguments that need to be used for the method's invocation.

Implementation
    public function get arguments():Array
    public function set arguments(value:Array):void
methodNameproperty 
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
Constructor detail
MethodInvocation()constructor
public function MethodInvocation()

Creates a new MethodInvocation instance.

Method detail
clone()method
public override function clone():*

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

Parameters
document:Object
 
id:String