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
|