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")
.
Events borrowed from class sap.ui.base.ManagedObject
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.
Methods borrowed from class sap.ui.core.UIComponent
Methods borrowed from class sap.ui.core.Component
Methods borrowed from class sap.ui.base.ManagedObject
addAggregation, addAssociation, applySettings, attachFormatError, attachParseError, attachValidationError, attachValidationSuccess, bindAggregation, bindContext, bindObject, bindProperty, clone, destroy, destroyAggregation, detachFormatError, detachParseError, detachValidationError, detachValidationSuccess, findAggregatedObjects, fireFormatError, fireParseError, fireValidationError, fireValidationSuccess, getAggregation, getAssociation, getBinding, getBindingContext, getBindingInfo, getBindingPath, getId, getMetadata, getModel, getObjectBinding, getOriginInfo, getParent, getProperty, hasModel, indexOfAggregation, insertAggregation, invalidate, isBound, isInvalidateSuppressed, isTreeBinding, propagateMessages, removeAggregation, removeAllAggregation, removeAllAssociation, removeAssociation, setAggregation, setAssociation, setBindingContext, setModel, setProperty, toString, unbindAggregation, unbindContext, unbindObject, unbindProperty, validateAggregation, validateProperty
Methods borrowed from class sap.ui.base.EventProvider
Constructor Detail
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 |