Provides a proxy object to the layer in the node hierarchy.
Layer is a list of nodes. One node hierarchy can have multiple layers. One node can be included in multiple layers.
Objects of this type should only be created with the sap.ui.vk.NodeHierarchy.createLayerProxy method and destroyed with the sap.ui.vk.NodeHierarchy.destroyLayerProxy method.
Constructor for a new LayerProxy.
Objects of this type should only be created with the sap.ui.vk.NodeHierarchy.createLayerProxy method and destroyed with the sap.ui.vk.NodeHierarchy.destroyLayerProxy method.
new sap.ui.vk.dvl.LayerProxy()
Method | Description |
---|---|
sap.ui.vk.dvl.LayerProxy.extend |
Creates a new subclass of class sap.ui.vk.dvl.LayerProxy with name
|
getDescription |
Gets the description of the layer. |
getLayerId |
Gets the layer ID. |
getLayerMetadata |
Gets the layer metadata. |
sap.ui.vk.dvl.LayerProxy.getMetadata |
Returns a metadata object for class sap.ui.vk.dvl.LayerProxy. |
getName |
Gets the name of the layer |
getNodes |
Gets an array of IDs of nodes belonging to the layer. |
getVeIds |
Gets the layer VE IDs. |
Creates a new subclass of class sap.ui.vk.dvl.LayerProxy with name sClassName
and enriches it with the information contained in oClassInfo
.
oClassInfo
might contain the same kind of information as described in sap.ui.vk.LayerProxy.extend.
Param | Type | DefaultValue | Description |
---|---|---|---|
sClassName | string |
Name of the class being created |
|
oClassInfo | object |
Object literal with information about the class |
|
FNMetaImpl | function |
Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class |