class sap.ui.model.json.JSONPropertyBinding

Visiblity: protected
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/model/json/JSONPropertyBinding
Application Component: CA-UI5-COR

Property binding implementation for JSON format.


Constructor

Creates a new JSONListBinding.

This constructor should only be called by subclasses or model implementations, not by application or control code. Such code should use JSONModel#bindProperty on the corresponding model instance instead.

new sap.ui.model.json.JSONPropertyBinding(oModel, sPath, oContext, mParameters?)
Param Type Default Value Description
oModel sap.ui.model.json.JSONModel

Model instance that this binding is created for and that it belongs to

sPath string

Binding path to be used for this binding

oContext sap.ui.model.Context

Binding context relative to which a relative binding path will be resolved

mParameters? object

Map of optional parameters as defined by subclasses; this class does not introduce any own parameters