Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 569 Bytes

binding-modes-e37a0c3.md

File metadata and controls

6 lines (3 loc) · 569 Bytes

Binding Modes

The OData V4 model supports one-time binding, one-way binding and two-way binding modes (see sap.ui.model.BindingMode in the Demo Kit). The two-way binding mode is the default binding mode of the OData V4 model. You can use the setDefaultBindingMode method on the model to change the binding mode. For more information, see setDefaultBindingMode in the Demo Kit.