Skip to content

Latest commit

 

History

History
211 lines (123 loc) · 3.44 KB

unsupported-superclass-methods-and-events-1232241.md

File metadata and controls

211 lines (123 loc) · 3.44 KB

Unsupported Superclass Methods and Events

Certain methods derived from SAPUI5 model and binding superclasses are not supported in OData V4 model classes or have limited support.

The following methods and events are affected by this. For more information, see the corresponding API documentation for each method and event in the Demo Kit.

Unsupported Methods

Class

Method

sap.ui.model.odata.v4.ODataMetaModel

(See sap.ui.model.odata.v4.ODataMetaModel in the Demo Kit)

bindTree

getOriginalProperty

isList

refresh

setLegacySyntax

sap.ui.model.odata.v4.ODataModel

(See sap.ui.model.odata.v4.ODataModel in the Demo Kit)

bindTree

destroyBindingContext

getObject

getOriginalProperty

getProperty

isList

setLegacySyntax

sap.ui.model.odata.v4.ODataContextBinding

(See sap.ui.model.odata.v4.ODataContextBinding in the Demo Kit)

isInitial

refresh (limited support only)

resume (limited support only)

suspend (limited support only)

sap.ui.model.odata.v4.ODataListBinding

(See sap.ui.model.odata.v4.ODataListBinding in the Demo Kit)

getDistinctValues

isInitial

refresh (limited support only)

resume (limited support only)

suspend (limited support only)

sap.ui.model.odata.v4.ODataPropertyBinding

(See sap.ui.model.odata.v4.ODataPropertyBinding in the Demo Kit)

isInitial

refresh (limited support only)

resume

setValue (limited support only)

suspend

Unsupported Events

Class

Event

sap.ui.model.odata.v4.ODataMetaModel

(See sap.ui.model.odata.v4.ODataMetaModel in the Demo Kit)

parseError

propertyChange

requestCompleted

requestFailed

requestSent

sap.ui.model.odata.v4.ODataModel

(See sap.ui.model.odata.v4.ODataModel in the Demo Kit)

parseError

requestCompleted

requestFailed

requestSent

Related Information

sap.ui.model.odata.v4.ODataMetaModel

sap.ui.model.odata.v4.ODataModel

sap.ui.model.odata.v4.ODataContextBinding

sap.ui.model.odata.v4.ODataListBinding

sap.ui.model.odata.v4.ODataPropertyBinding