| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| acceptsMultipleTargets — Property, class com.vmware.actionsfw.ActionSpec |
|
(Optional) When true, the action is considered relevant for target contexts
that contain more than one object. |
| ActionContext — class, package com.vmware.actionsfw |
|
Represents context against which the relevance and availability of actions are computed
and actions are invoked. |
| ActionContext(targetObjects:Array) — Constructor, class com.vmware.actionsfw.ActionContext |
|
Constructor. |
| ActionInvocationEvent — class, package com.vmware.actionsfw.events |
|
Event that represents the invocation of an action. |
| ActionInvocationEvent(type:String, context:com.vmware.actionsfw:ActionContext, argument:Object) — Constructor, class com.vmware.actionsfw.events.ActionInvocationEvent |
| |
| ActionMenuItemSpec — class, package com.vmware.actionsfw |
|
An array of ActionMenuItemSpec allows to define a custom menu layout of actions. |
| ActionPriorityGroup — class, package com.vmware.actionsfw.model |
|
Lists actions to prioritize in the UI. |
| actions — Property, class com.vmware.actionsfw.ActionSetSpec |
|
An Array of ActionSpec objects that describe a set of
actions. |
| ActionSetSpec — class, package com.vmware.actionsfw |
|
This descriptor class wraps a set of ActionSpec objects and is the object
type for extensions that extend the vise.actions.sets extension point. |
| ActionsMenuRequestEvent — class, package com.vmware.actionsfw.events |
|
Use this event to request that an actions menu for the given
ActionContext be displayed. |
| ActionsMenuRequestEvent(stageX:Number, stageY:Number, context:com.vmware.actionsfw:ActionContext) — Constructor, class com.vmware.actionsfw.events.ActionsMenuRequestEvent |
| |
| ActionSpec — class, package com.vmware.actionsfw |
|
This is the descriptor class for an action. |
| actionTargetTypes — Property, class com.vmware.actionsfw.model.ActionPriorityGroup |
|
List of object types for which this priority group should apply. |
| activate() — method, class com.vmware.widgets.controls.wizardclasses.WizardPageMediator |
|
Called when the page is activated. |
| activate() — method, interface com.vmware.widgets.interfaces.IWizardPageMediator |
|
Called when the page is activated. |
| ADD — Constant Static Property, class com.vmware.data.common.OperationType |
|
Constant which defines an operation which causes an object to be added/created. |
| addButton(button:mx.core:UIComponent, group:int, isDefaultButton:Boolean) — method, class com.vmware.widgets.controls.wizardclasses.WizardContainerBase |
|
Adds a button in the given button group. |
| addButton(control:mx.core:UIComponent, group:int, isDefaultButton:Boolean) — method, interface com.vmware.widgets.interfaces.IWizardContainer |
|
Adds a button in the given button group. |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class com.vmware.core.model.DataObject |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.Constraint |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.ParameterSpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.PropertySpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.ResourceSpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.Comparator |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.Conjoiner |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.OrderingCriteria |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.QueryOption |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.QuerySpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.ResourceItem |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.ResultSet |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.ResultSpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.data.query.SortType |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.ui.objectrepresentation.model.IconLabelSpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.ui.objectrepresentation.model.ObjectRepresentationSpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.usersession.ServerInfo |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.usersession.UserSession |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.vsphere.client.views.ShortcutSpec |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.vmware.widgets.controls.wizardclasses.PageInfo |
| |
| addFeature(feature:String) — method, class com.vmware.tiwo.TiwoFeatures |
|
Add a feature to the list of features being used. |
| addPagesInfoEventListener(pagesInfo:mx.collections:ArrayCollection, handler:Function) — Static Method , class com.vmware.widgets.controls.wizardclasses.WizardUtil |
|
Adds the given function as a CollectionEvent.COLLECTION_CHANGE
event handler of the given ArrayCollection and all nested sub
pages collections. |
| addPropertyParameter(property:String, parameter:Object) — method, class com.vmware.data.query.events.DataByConstraintRequest |
|
Adds a parameter to be passed to Data Service when retrieving a property
defined in the model. |
| addPropertyParameter(property:String, parameter:Object) — method, class com.vmware.data.query.events.DataByModelRequest |
|
Adds a parameter to be passed to Data Service when retrieving a property
defined in the model. |
| AdvancedMouseEvent — class, package com.vmware.widgets.events |
|
An event which is dispatched for right and middle mouse button events,
by the application. |
| allowDrag — Property, class com.vmware.widgets.controls.AnchoredDialog |
|
Whether or not to allow the AnchoredDialog to be moved/dragged when the user
press the mouse button over the titlebar and moves the mouse. |
| AnchoredDialog — class, package com.vmware.widgets.controls |
|
A panel window with a tail that is anchored (or points) to an onscreen
position or object. |
| AnchoredDialog() — Constructor, class com.vmware.widgets.controls.AnchoredDialog |
|
Creates an AnchoredDialog with a close and minimize button. |
| AND — Constant Static Property, class com.vmware.data.query.Conjoiner |
| |
| applyDefaultChrome — Property, class com.vmware.vsphere.client.views.GlobalViewSpec |
|
Applies the default chrome to the global view. |
| applyPageStatesDefaultPolicy(wizard:com.vmware.widgets.interfaces:IWizard) — Static Method , class com.vmware.widgets.controls.wizardclasses.WizardUtil |
|
Updates page states starting from first to last visible page taking into account
the guidelines for Wizard navigation behavior. |
| AppWizard — class, package com.vmware.ui.wizard |
|
Wizard implementation for the vSphere Client Application. |
| AppWizard(wizardContainer:com.vmware.widgets.interfaces:IWizardContainer) — Constructor, class com.vmware.ui.wizard.AppWizard |
|
Creates a new application Wizard instance. |
| argument — Property, class com.vmware.actionsfw.events.ActionInvocationEvent |
|
An optional argument that is populated by the Action Framework under specific
circumstances. |
| ArrayDataObject — class, package com.vmware.core.model |
|
DataObject wrapper for a Array value. |
| ArrayDataObject() — Constructor, class com.vmware.core.model.ArrayDataObject |
| |
| ASCENDING — Constant Static Property, class com.vmware.data.query.SortType |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |