Namespace sap.ui.model.BindingModeModule: sap/ui/model/BindingMode


Binding type definitions.

Field Summary
sap.ui.model.BindingMode.DefaultBindingMode default means that the binding mode of the model is used
sap.ui.model.BindingMode.OneTimeBindingMode one time means value is only read from the model once
sap.ui.model.BindingMode.OneWayBindingMode one way means from model to view
sap.ui.model.BindingMode.TwoWayBindingMode two way means from model to view and vice versa
Field Detail
sap.ui.model.BindingMode.Default
BindingMode default means that the binding mode of the model is used
sap.ui.model.BindingMode.OneTime
BindingMode one time means value is only read from the model once
sap.ui.model.BindingMode.OneWay
BindingMode one way means from model to view
sap.ui.model.BindingMode.TwoWay
BindingMode two way means from model to view and vice versa