Class sap.ui.model.odata.ODataPropertyBindingModule: sap/ui/model/odata/ODataPropertyBinding
Property binding implementation for oData format
Constructor Summary
new sap.ui.model.odata.ODataPropertyBinding(oModel, sPath, oContext, mParameters?)
Events borrowed from class sap.ui.model.Binding
Method Summary
sap.ui.model.odata.ODataPropertyBinding.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.model.odata.ODataPropertyBinding with name
sClassName
and enriches it with the information contained in oClassInfo
.sap.ui.model.odata.ODataPropertyBinding.getMetadata()Returns a metadata object for class sap.ui.model.odata.ODataPropertyBinding.
Methods borrowed from class sap.ui.model.PropertyBinding
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, refresh, suspend, updateRequired
Methods borrowed from class sap.ui.base.EventProvider
Methods borrowed from class sap.ui.base.Object
Constructor Detail
new sap.ui.model.odata.ODataPropertyBinding(oModel, sPath, oContext, mParameters?)
Parameters:
{sap.ui.model.Model} | oModel | |
{string} | sPath | |
{sap.ui.model.Context} | oContext | |
{object} | mParameters? |
Method Detail
sap.ui.model.odata.ODataPropertyBinding.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.model.odata.ODataPropertyBinding 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.PropertyBinding.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.odata.ODataPropertyBinding.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.model.odata.ODataPropertyBinding.
Returns:
{sap.ui.base.Metadata} | Metadata object describing this class |