Package | com.vmware.vsphere.client.views |
Class | public class GlobalViewSpec |
Inheritance | GlobalViewSpec ![]() ![]() ![]() |
Specification class for vise.global.views
extension point.
Property | Defined By | ||
---|---|---|---|
applyDefaultChrome : Boolean = true
Applies the default chrome to the global view. | GlobalViewSpec | ||
![]() | categoryUid : String
Optional view category unique id. | ViewSpec | |
![]() | componentClass : ObjectSpec
The class info of the referenced component. | ComponentSpec | |
![]() | icon : Class
Optional view icon. | ViewSpec | |
![]() | name : String
The views's user-visible name. | ViewSpec | |
![]() | uid : String
Unique ID, usually a namespace-style string. | ComponentSpec |
applyDefaultChrome | property |
public var applyDefaultChrome:Boolean = true
Applies the default chrome to the global view.
The chrome has rounded edges, has a header that contains the icon and name of the GlobalView and an empty footer.
The default value is true.
.
<extension id="sample.globalView"> <extendedPoint>vise.global.views</extendedPoint> <object> <name>Sample Global View</name> <componentClass className="samples.SampleGlobalView"/> </object> </extension>