All {@link Binding}s are called when {@link ModelUpdates#ALL} is called.
If a {@link Bound} component has an "on" parameter then it will only be triggered if thespecific {@link ModelUpdate} type is triggered.
If a {@link Bound} component has no "on" parameter then it will be triggered by any updatetype (including none) triggered by its {@link BindableModel}.
Binding
s. This class implements Binding
itself, allowing a group of Binding
s to be manipulated in bulk, as a single binding.
@author Torgil Zethson
@since 3.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|