Packagecom.vmware.ui.views
Classpublic class ComponentSpec
InheritanceComponentSpec Inheritance Object
Implements mx.core.IUID
Subclasses ViewSpec

ComponentSpec contains the class information used for an extension component.

See also

ViewSpec


Public Properties
 PropertyDefined By
  componentClass : ObjectSpec
The class info of the referenced component.
ComponentSpec
  uid : String
Unique ID, usually a namespace-style string.
ComponentSpec
Property Detail
componentClassproperty
public var componentClass:ObjectSpec

The class info of the referenced component.

uidproperty 
uid:String

Unique ID, usually a namespace-style string.

By default uid is set to the extension id where this spec is used.


Implementation
    public function get uid():String
    public function set uid(value:String):void