| Package | com.vmware.ui.views |
| Class | public class ComponentSpec |
| Inheritance | ComponentSpec Object |
| Implements | mx.core.IUID |
| Subclasses | ViewSpec |
See also
| Property | Defined By | ||
|---|---|---|---|
| componentClass : ObjectSpec
The class info of the referenced component. | ComponentSpec | ||
| uid : String
Unique ID, usually a namespace-style string. | ComponentSpec | ||
| componentClass | property |
public var componentClass:ObjectSpecThe class info of the referenced component.
| uid | property |
uid:StringUnique ID, usually a namespace-style string.
By default uid is set to the extension id where this spec is used.
public function get uid():String public function set uid(value:String):void