Define bindable context
A binding is defined in the context of a Bindable.
A Bindable
basically references :
- a
BindingFactory
(which defines how bindings are defined) and - a
BindingModel
(which defines the evaluation context, also called environment). The BindingModel is the environment beeing considered at run-time. It defines : - a list of BindingVariable. A
BindingVariable
basically has a name and a type.
Example
-- to do
Reference documentation
(overview) Introduction to CONNIE
(advanced) Defining a binding strategy
(programmer) Defining bindable context
(user) Defining DataBinding objects