abstract class sap.ui.vk.LayerProxy

Control sample: sap.ui.vk.LayerProxy
Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/vk/LayerProxy
Application Component: CA-UI5-VTK

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

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.LayerProxy()

Methods Overview

Method Description
sap.ui.vk.LayerProxy.extend

Creates a new subclass of class sap.ui.vk.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.base.Object.extend.

getDescription

Gets the description of the layer.

getLayerId

Gets the layer ID.

getLayerMetadata

Gets the layer metadata.

sap.ui.vk.LayerProxy.getMetadata

Returns a metadata object for class sap.ui.vk.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.

sap.ui.vk.LayerProxy.extend

Creates a new subclass of class sap.ui.vk.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.base.Object.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

getDescription

Gets the description of the layer.

getLayerId

Gets the layer ID.

getLayerMetadata

Gets the layer metadata.

sap.ui.vk.LayerProxy.getMetadata

Returns a metadata object for class sap.ui.vk.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.