Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| ActionContext | com.vmware.actionsfw | Represents context against which the relevance and availability of actions are computed and actions are invoked. | |
| ActionInvocationEvent | com.vmware.actionsfw.events | Event that represents the invocation of an action. | |
| ActionMenuItemSpec | com.vmware.actionsfw | An array of ActionMenuItemSpec allows to define a custom menu layout of actions. | |
| ActionPriorityGroup | com.vmware.actionsfw.model | Lists actions to prioritize in the UI. | |
| ActionSetSpec | 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 | com.vmware.actionsfw.events | Use this event to request that an actions menu for the given ActionContext be displayed. | |
| ActionSpec | com.vmware.actionsfw | This is the descriptor class for an action. | |
| AdvancedMouseEvent | com.vmware.widgets.events | An event which is dispatched for right and middle mouse button events, by the application. | |
| AnchoredDialog | com.vmware.widgets.controls | A panel window with a tail that is anchored (or points) to an onscreen position or object. | |
| AppWizard | com.vmware.ui.wizard | Wizard implementation for the vSphere Client Application. | |
| ArrayDataObject | com.vmware.core.model | DataObject wrapper for a Array value. | |
| BaseProxy | com.vmware.flexutil.proxies | Base class for making remote java calls to services running on the vSphere Client app server. | |
| BooleanDataObject | com.vmware.core.model | DataObject wrapper for a Boolean value. | |
| ColumnContainer | com.vmware.ui.lists | ColumnContainer contains information regarding a column and its data source. | |
| ColumnDataSourceInfo | com.vmware.ui.lists | Data source properties for a column. | |
| ColumnSetContainer | com.vmware.ui.lists | Defines a set of columns in a new list or to extend an existing list. | |
| Comparator | com.vmware.data.query | Defines the allowable comparisons to be done Eg. | |
| ComponentSpec | com.vmware.ui.views | ComponentSpec contains the class information used for an extension component. | |
| CompositeConstraint | com.vmware.data.query | Defines the matching criteria based on more than one type of Constraint Note: this class was generated from its Java counterpart CompositeConstraint | |
| Conjoiner | com.vmware.data.query | Defines the joining criteria used in CompositeConstraints | |
| Constraint | com.vmware.data | Defines the matching criteria based on type of the object. | |
| ContextMenuRequestEvent | com.vmware.actionsfw.events | Use this event to request that a context menu for the given action context, should be displayed. | |
| DataByConstraintRequest | com.vmware.data.query.events | Requests data by a given data model for server objects satisfying the given constraint. | |
| DataByModelRequest | com.vmware.data.query.events | Requests data for a given entity by a given data model. | |
| DataByQuerySpecRequest | com.vmware.data.query.events | Requests data by a given QuerySpec. | |
| DataEvent | com.vmware.flexutil.events | A general purpose event that allows to store arbitrary object in its data property. | |
| DataException | com.vmware.data.query | Note: this class was generated from its Java counterpart DataException Fault thrown by data-service adapters and providers to represent failure to fetch data. | |
| DataObject | com.vmware.core.model | Base class for vmodl data objects. | |
| DataRefreshInvocationEvent | com.vmware.core.events | This event can be used to notify a user-initiated refresh in the UI. | |
| DataRequest | com.vmware.data.query.events | Event for completion of data retrieval for a single entity. | |
| DataRequestInfo | com.vmware.data.query.events | This contains the data request options for a request event | |
| DataResponse | com.vmware.data.query.events | Base class for data return events. | |
| DataUpdateMode | com.vmware.data.query | Defines the binding mode to use when requesting data through DataAccessManager. | |
| DataUpdateSpec | com.vmware.data.query | Defines data update specifications to use with DataAccessManager. | |
| DateDataObject | com.vmware.core.model | DataObject wrapper for a Date value. | |
| DialogEvent | com.vmware.widgets.events | DialogEvent contains information unique to dialogs. | |
| Dialogs | com.vmware.widgets.util | Helper class used to handle different kinds of pop-up dialogs like errors, warnings, confirmations etc. | |
| FacetInfo | com.vmware.data.query | This class is reserved for internal use. | |
| FacetSpec | com.vmware.data.query | This class is reserved for internal use. | |
| GlobalViewSpec | com.vmware.vsphere.client.views | Contains the information for a vSphere Client global view. | |
| IconLabelSpec | com.vmware.ui.objectrepresentation.model | Contains information about an icon and a label and a set of conditions to be satisfied | |
| IContextObjectHolder | com.vmware.ui | The interface for views or any other classes that have the notion of a context object as a setting or selection. | |
| IntDataObject | com.vmware.core.model | DataObject wrapper for an Int value. | |
| IOptional | com.vmware.core.model | The interface to support optional types. | |
| IResourceReference | com.vmware.core.model | The resource reference. | |
| ITypeReference | com.vmware.core.model | The interface for objects having a type property. | |
| IWizard | com.vmware.widgets.interfaces | Interface for a wizard. | |
| IWizardContainer | com.vmware.widgets.interfaces | Interface for a wizard container. | |
| IWizardPageMediator | com.vmware.widgets.interfaces | Interface for a wizard page mediator. | |
| MethodReturnEvent | com.vmware.flexutil.events | This class defines a generic method return event that can used by any class to notify its caller through a callback. | |
| ModelChangeEvent | com.vmware.data.common.events | Event raised when the model is changed. | |
| MultiObjectDataResponse | com.vmware.data.query.events | Event for completion of data retrieval for multiple entities. | |
| NavigationRequest | com.vmware.ui.events | This event should be dispatched if one wants to navigate to a certain view/part of the application in a certain context. | |
| NumberDataObject | com.vmware.core.model | DataObject wrapper for a Number value. | |
| ObjectChangeInfo | com.vmware.data.common | Represents a change on an object. | |
| ObjectDataObject | com.vmware.core.model | DataObject wrapper for an Object value. | |
| ObjectEvent | com.vmware.core.events | Represents the addition or removal of an object from the system. | |
| ObjectIdentityConstraint | com.vmware.data.query | Defines the matching criteria based on the object. | |
| ObjectNavigatorNodeSpec | com.vmware.ui.objectnavigator.model | Contains the information for an object navigator node. | |
| ObjectRelationSetSpec | com.vmware.ui.relateditems.model | This is a data structure that provides information about the relation specs (array of RelationSpecs) for a particular object identified by "type" and optional "conditionalProperty". | |
| ObjectRepresentationSpec | com.vmware.ui.objectrepresentation.model | Contains information about icon and label specifications and type of objects which they apply to. | |
| ObjectSpec | com.vmware.core.specs | Contains the information necessary to instantiate and initialize objects of the specified type. | |
| ObjectTypeSpec | com.vmware.core.specs | The ui information associated with a given type of objects. | |
| OperationType | com.vmware.data.common | Defines the types of operations which can occur on an object. | |
| OrderingCriteria | com.vmware.data.query | Describes the ordering to be applied. | |
| OrderingPropertySpec | com.vmware.data.query | Defines a property specification using in order process. | |
| PageBusyOverlay | com.vmware.widgets.controls.wizardclasses | The component overlayed on top of a Wizard page when it is busy. | |
| PageInfo | com.vmware.widgets.controls.wizardclasses | Contains the information about a Wizard page. | |
| PageState | com.vmware.widgets.controls.wizardclasses | Specifies constant values for the state property of a PageInfo object. | |
| ParameterSpec | com.vmware.data | Class representing a parameter that maybe used to get a particular property. | |
| PriorityGroup | com.vmware.core.specs | Base class listing components to prioritize in the UI, such as actions. | |
| PropertyConstraint | com.vmware.data.query | Defines the matching criteria based on property of the object. | |
| PropertyRequest | com.vmware.data.query.events | Requests property value for a given server object. | |
| PropertySpec | com.vmware.data | Defines the specification of the properties to be fetched via the DataService Note: this class was generated from its Java counterpart PropertySpec | |
| PropertyValue | com.vmware.data.query | Defines the property as retrieved by the DataService Note: this class was generated from its Java counterpart PropertyValue | |
| QueryOption | com.vmware.data.query | Query options that may be used through the DataService API. | |
| QuerySpec | com.vmware.data.query | Defines the query to match a set of resources for which data is requested from the DataService. | |
| RelationalConstraint | com.vmware.data.query | Defines the matching criteria based on some relation to the object queried. | |
| RelationSpec | com.vmware.ui.relateditems.model | This is a specification that describes the relation for an object described in ObjectRelationSpecsInfo class. | |
| Request | com.vmware.core.events | An event that allows to store a request context in its context property. | |
| ResourceItem | com.vmware.data.query | The resource object information. | |
| ResourceSpec | com.vmware.data | Represents the specification of a set of resources. | |
| ResultItem | com.vmware.data.query | Defines the result set as returned by the DataService Note: this class was generated from its Java counterpart ResultItem | |
| ResultSet | com.vmware.data.query | Class representing the result of a particular query. | |
| ResultSpec | com.vmware.data.query | Describes additional transformations/filters to be applied on the result set. | |
| ServerInfo | com.vmware.usersession | Class to encapsulate details required to describe a server. | |
| ServiceUtil | com.vmware.flexutil | Remote services utilities. | |
| ShortcutSpec | com.vmware.vsphere.client.views | Contains the information for a home shortcut. | |
| SortType | com.vmware.data.query | Defines an order direction of the result. | |
| SourceInfo | com.vmware.core.model | This class represents source information for some property of a given resource. | |
| StringDataObject | com.vmware.core.model | DataObject wrapper for a String value. | |
| TiwoFeatures | com.vmware.tiwo | An enumeration of features that can be added/removed when registering items such as wizards with the Tiwo manager which controls the "Work In Progress" list. | |
| TiwoRegistrationRequestEvent | com.vmware.tiwo.events | Event used to register a view or wizard with the Tiwo manager which controls the items in the "Work in Progress" list (Note: Tiwo = Things I am Working On). | |
| UintDataObject | com.vmware.core.model | DataObject wrapper for an Uint value. | |
| UserSession | com.vmware.usersession | User session details for the logged in user. | |
| UserSessionManager | com.vmware.vsphere.client.util | Maintains the UserSession object for the current session, and provides utility functions on it. | |
| ViewSpec | com.vmware.ui.views | Contains the information commonly needed to describe a UI This is the specification class for views used in many extensions, see the list of vSphere Web Client extension points. | |
| Wizard | com.vmware.widgets.controls | An implementation of the IWizard interface. | |
| WizardContainer | com.vmware.widgets.controls | An implementation of IWizardContainer. | |
| WizardContainerBase | com.vmware.widgets.controls.wizardclasses | The code behind the WizardContainer component. | |
| WizardEvent | com.vmware.widgets.events | Represents events dispatched by IWizard objects, such as Wizard. | |
| WizardPageMediator | com.vmware.widgets.controls.wizardclasses | The base implementation of IWizardPageMediator. | |
| WizardUtil | com.vmware.widgets.controls.wizardclasses | Wizard utilities. |