Packagecom.vmware.ui
Interfacepublic interface IContextObjectHolder

The interface for views or any other classes that have the notion of a context object as a setting or selection. For example, it is implemented by inventory object views to get called when the selected ServerObjectRef changes.



Public Properties
 PropertyDefined By
  contextObject : Object
The context object ref associated with this holder.
IContextObjectHolder
Property Detail
contextObjectproperty
contextObject:Object

The context object ref associated with this holder.


Implementation
    public function get contextObject():Object
    public function set contextObject(value:Object):void