Package | com.asfusion.mate.actions |
Class | public class BaseAction |
Inheritance | BaseAction AbstractAction |
Subclasses | AbstractServiceInvoker, CallBack, ObjectBuilder, ServiceResponseAnnouncer |
IAction
s that have Properties
Default MXML Propertyproperties
Property | Defined by | ||
---|---|---|---|
properties : ArrayProperties allows you to add properties to the currentInstance . | BaseAction |
Method | Defined by | ||
---|---|---|---|
The last method that
trigger calls. | AbstractAction | ||
The first method that
trigger calls. | AbstractAction | ||
Where all the action occurs.
| AbstractAction | ||
setProperties(scope:IScope):void
Where all the properties are set into the
currentInstance . | BaseAction |
properties | property |
properties:Array
[read-write]
Properties
allows you to add properties to the currentInstance
.
These properties will be set before performing any action
so you can be sure that those properties will be available when an action is performed.
These properties must be public.
The Properties
property is usually specified by using the Properties tag.
public function get properties():Array
public function set properties(value:Array):void
setProperties | () | method |
protected override function setProperties(scope:IScope):void
Where all the properties are set into the currentInstance
.
At this time, the currentInstance
is already intantiated and ready to be set.
scope:IScope |