Creates a new subclass of class sap.apb.TabPage 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.
<static> extend( sClassName, [oClassInfo], [FNMetaImpl] ) → {function}
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. |
the created class / constructor function
Type:
function