Packagecom.vmware.ui.events
Classpublic class NavigationRequest
InheritanceNavigationRequest Inheritance flash.events.Event

This event should be dispatched if one wants to navigate to a certain view/part of the application in a certain context. The navigation payload describes the navigation to a target view/extension.



Public Properties
 PropertyDefined By
  context : Object
The selected context of the entire application
NavigationRequest
  targetProperties : Dictionary
Bag of properties to be set on the target extension object instance.
NavigationRequest
  targetViewUid : String
Id of the target extension view to be navigated to.
NavigationRequest
Public Methods
 MethodDefined By
  
NavigationRequest
Public Constants
 ConstantDefined By
  NAVIGATION_REQUEST : String = navigationRequest
[static]
NavigationRequest
Property Detail
contextproperty
public var context:Object

The selected context of the entire application

targetPropertiesproperty 
public var targetProperties:Dictionary

Bag of properties to be set on the target extension object instance. Dictionary contains key-value pairs where the property name is the key and the value is the property value to be set.

targetViewUidproperty 
public var targetViewUid:String

Id of the target extension view to be navigated to.

If a context object is specified in the event, targetViewUid can remain null and the default target is the main inventory view for that object, i.e. "vsphere.core.inventory.domainView"

Constructor Detail
NavigationRequest()Constructor
public function NavigationRequest()



Constant Detail
NAVIGATION_REQUESTConstant
public static const NAVIGATION_REQUEST:String = navigationRequest