Packagecom.vmware.actionsfw
Classpublic class ActionContext
InheritanceActionContext Inheritance Object

Represents context against which the relevance and availability of actions are computed and actions are invoked.



Public Properties
 PropertyDefined By
  targetObjects : Array
An Array of Objects against which the relevance and availability of actions are computed and actions are invoked.
ActionContext
Public Methods
 MethodDefined By
  
ActionContext(targetObjects:Array = null)
Constructor.
ActionContext
Property Detail
targetObjectsproperty
public var targetObjects:Array

An Array of Objects 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 [].

Constructor Detail
ActionContext()Constructor
public function ActionContext(targetObjects:Array = null)

Constructor.

Parameters
targetObjects:Array (default = null) — An Array of Objects 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 [].