| Package | com.vmware.ui.events |
| Class | public class NavigationRequest |
| Inheritance | NavigationRequest flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| NavigationRequest | |||
| Constant | Defined By | ||
|---|---|---|---|
| NAVIGATION_REQUEST : String = navigationRequest [static] | NavigationRequest | ||
| context | property |
public var context:ObjectThe selected context of the entire application
| targetProperties | property |
public var targetProperties:DictionaryBag 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.
| targetViewUid | property |
public var targetViewUid:StringId 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"
| NavigationRequest | () | Constructor |
public function NavigationRequest()| NAVIGATION_REQUEST | Constant |
public static const NAVIGATION_REQUEST:String = navigationRequest