Abstract Class sap.ui.model.ClientContextBindingModule: sap/ui/model/ClientContextBinding
The ContextBinding is a specific binding for a setting context for the model
Constructor Summary
new sap.ui.model.ClientContextBinding(oModel, sPath, oContext, mParameters?)Constructor for ClientContextBinding
Events borrowed from class sap.ui.model.Binding
Method Summary
sap.ui.model.ClientContextBinding.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.model.ClientContextBinding with name
sClassName
and enriches it with the information contained in oClassInfo
.sap.ui.model.ClientContextBinding.getMetadata()Returns a metadata object for class sap.ui.model.ClientContextBinding.
Methods borrowed from class sap.ui.model.Binding
attachAggregatedDataStateChange, attachChange, attachDataReceived, attachDataRequested, attachDataStateChange, attachEvents, attachRefresh, destroy, detachAggregatedDataStateChange, detachChange, detachDataReceived, detachDataRequested, detachDataStateChange, detachEvents, detachRefresh, fireDataReceived, fireDataRequested, isInitial, isRelative, isSuspended, resume, suspend, updateRequired
Methods borrowed from class sap.ui.base.EventProvider
Methods borrowed from class sap.ui.base.Object
Constructor Detail
new sap.ui.model.ClientContextBinding(oModel, sPath, oContext, mParameters?)
Constructor for ClientContextBinding
Parameters:
{sap.ui.model.Model} | oModel | |
{String} | sPath | |
{Object} | oContext | |
{Object} | mParameters? |
Method Detail
sap.ui.model.ClientContextBinding.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.model.ClientContextBinding 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.model.ContextBinding.extend.
Parameters:
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
Returns:
{function} | Created class / constructor function |
sap.ui.model.ClientContextBinding.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.model.ClientContextBinding.
Returns:
{sap.ui.base.Metadata} | Metadata object describing this class |