Model and related classes like bindings for OData V4.
Note: Smart controls (sap.ui.comp
library) do not support the SAPUI5 OData V4 model. Also controls such as sap.ui.table.TreeTable and sap.ui.table.AnalyticalTable are not supported together with the SAPUI5 OData V4 model. The interface for applications has been changed for easier and more efficient use of the model. For a summary of these changes, see Changes Compared to OData V2 Model.
Node | Description |
---|---|
sap.ui.model.odata.v4.AnnotationHelper |
A collection of methods which help to consume OData V4 annotations in XML template views. |
sap.ui.model.odata.v4.Context |
Implementation of an OData V4 model's context. |
sap.ui.model.odata.v4.ODataContextBinding |
Context binding for an OData V4 model. |
sap.ui.model.odata.v4.ODataListBinding |
List binding for an OData V4 model. |
sap.ui.model.odata.v4.ODataMetaModel |
Implementation of an OData metadata model which offers access to OData V4 metadata. |
sap.ui.model.odata.v4.ODataModel |
Model implementation for OData V4. |
sap.ui.model.odata.v4.ODataPropertyBinding |
Property binding for an OData V4 model. |
sap.ui.model.odata.v4.ODataUtils |
A collection of methods which help to consume OData V4 services. |
sap.ui.model.odata.v4.SubmitMode |
Modes to control the use of batch requests for a group ID. |
sap.ui.model.odata.v4.ValueListType |
Specifies the value list type of a property. |
Method | Description |
---|