Class sap.ushell.renderers.fiori2.Renderer

extends UIComponent

The SAPUI5 component of SAP's Fiori Wave 2 renderer for the Unified Shell.


Since: 1.15.0.
Constructor Summary
new sap.ushell.renderers.fiori2.Renderer () This method MUST be called by the Unified Shell's container only, others MUST call sap.ushell.Container.createRenderer("fiori2").
Method Summary
sap.ushell.renderers.fiori2.Renderer.extend(sClassName, oClassInfo?, FNMetaImpl?) Creates a new subclass of class sap.ushell.renderers.fiori2.Renderer with name sClassName and enriches it with the information contained in oClassInfo.
sap.ushell.renderers.fiori2.Renderer.getMetadata() Returns a metadata object for class sap.ushell.renderers.fiori2.Renderer.
Constructor Detail
new sap.ushell.renderers.fiori2.Renderer()
This method MUST be called by the Unified Shell's container only, others MUST call sap.ushell.Container.createRenderer("fiori2").
See:
sap.ushell.services.Container#createRenderer
Method Detail
sap.ushell.renderers.fiori2.Renderer.extend(sClassName, oClassInfo?, FNMetaImpl?) : function
Creates a new subclass of class sap.ushell.renderers.fiori2.Renderer 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.core.UIComponent.extend.

Parameters:
{string} sClassName name of the class to be created
{object} oClassInfo? object literal with informations about the class
{function} FNMetaImpl? constructor function for the metadata object. If not given, it defaults to sap.ui.core.ElementMetadata.
Returns:
{function} the created class / constructor function
sap.ushell.renderers.fiori2.Renderer.getMetadata() : sap.ui.base.Metadata
Returns a metadata object for class sap.ushell.renderers.fiori2.Renderer.
Returns:
{sap.ui.base.Metadata} metadata object describing thi class