extend( sClassName, [oClassInfo], [FNMetaImpl] ) method

Creates a new subclass of class sap.apb.TabApp with name <code>sClassName</code> and enriches it with the information contained in <code>oClassInfo</code>. <code>oClassInfo</code> might contain the same kind of informations as described in sap.ui.core.Element.extend Element.extend.

Syntax

<static> extend( sClassName, [oClassInfo], [FNMetaImpl] ) → {function}

Parameters

Name Type Argument Description
sClassName string   name of the class to be created
oClassInfo object (optional) object literal with informations about the class
FNMetaImpl function (optional) constructor function for the metadata object.If not given, it defaults to sap.ui.core.ElementMetadata.

Returns

the created class / constructor function

Type:

function

Source

TabApp.API.js, line 73.