namespace sap.ui.integration.designtime

Visiblity:
Available since: N/A
Module:
Application Component: CA-UI5-CTR

Nodes Overview

Node Description
sap.ui.integration.designtime.baseEditor
sap.ui.integration.designtime.cardEditor
sap.ui.integration.designtime.editor

Methods Overview

Method Description
/thead> sId? string

ID for the new Designtime, generated automatically if no ID is given.

mSettings? object

Initial settings for the new Designtime.


Methods Overview

Method Description
sap.ui.integration.Designtime.extend

Creates a new subclass of class sap.ui.integration.Designtime 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.ManagedObject.extend.

getCard

Returns an interface to the card, which uses this extension.

sap.ui.integration.Designtime.getMetadata

Returns a metadata object for class sap.ui.integration.Designtime.

sap.ui.integration.Designtime.extend

Creates a new subclass of class sap.ui.integration.Designtime 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.ManagedObject.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

getCard

Returns an interface to the card, which uses this extension.

sap.ui.integration.Designtime.getMetadata

Returns a metadata object for class sap.ui.integration.Designtime.