Packagecom.vmware.core.specs
Classpublic class ObjectTypeSpec
InheritanceObjectTypeSpec Inheritance Object

The ui information associated with a given type of objects. This is the object associated with extension point vsphere.core.objectTypes.



Public Properties
 PropertyDefined By
  icon : Class
The icon associated with this type of objects.
ObjectTypeSpec
  label : String
The localized type name
ObjectTypeSpec
  labelPlural : String
The plural of the localized type name.
ObjectTypeSpec
  listViewId : String
(Optional) The ID of the list view used to display this object.
ObjectTypeSpec
  types : Array
A list of type names that use the same type info.
ObjectTypeSpec
Property Detail
iconproperty
public var icon:Class

The icon associated with this type of objects.

labelproperty 
public var label:String

The localized type name

labelPluralproperty 
public var labelPlural:String

The plural of the localized type name.

listViewIdproperty 
public var listViewId:String

(Optional) The ID of the list view used to display this object. Can be null when no list view is specified.

The default value is null.

typesproperty 
public var types:Array

A list of type names that use the same type info.