Package | com.vmware.actionsfw |
Class | public class ActionContext |
Inheritance | ActionContext ![]() |
Property | Defined By | ||
---|---|---|---|
targetObjects : Array
An Array of Objects against which the relevance and
availability of actions are computed and actions are invoked. | ActionContext |
Method | Defined By | ||
---|---|---|---|
ActionContext(targetObjects:Array = null)
Constructor. | ActionContext |
targetObjects | property |
public var targetObjects:Array
An Array
of Object
s against which the relevance and
availability of actions are computed and actions are invoked.
Only global actions can operate against an empty context.
The default value is empty array []
.
ActionContext | () | Constructor |
public function ActionContext(targetObjects:Array = null)
Constructor.
ParameterstargetObjects:Array (default = null ) — An Array of Object s against which the relevance and
availability of actions are computed and actions are invoked.
null is not a legal value for targetObjects . Passing
null will result in the value being converted to [].
|