Constructor
new FHIRContextBinding(oModel, sPath, oContext, mParametersopt)
Constructor for a new FHIRContextBinding
- Version:
- 2.4.0
- Since:
- 1.0.0
- Source:
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
oModel |
sap.ui.model.Model
|
The assigned FHIR Model |
|||||||||||||||||||||||||||||
sPath |
string
|
The binding path in the model |
|||||||||||||||||||||||||||||
oContext |
sap.fhir.model.r4.Context
|
The context which is required as base for a relative path |
|||||||||||||||||||||||||||||
mParameters |
object
|
<optional> |
The map which contains additional parameters for the binding
|
Extends
- sap.ui.model.ContextBinding
Methods
refresh(sChangeReason)
Refreshes all depending bindings
- Since:
- 1.0.0
- Source:
Parameters:
Name | Type | Description |
---|---|---|
sChangeReason |
sap.ui.model.ChangeReason
|
The reason for refreshing the binding |