Package com.palantir.ptoss.cinch.core
Class Bindings
java.lang.Object
com.palantir.ptoss.cinch.core.Bindings
All Binding
s are called when ModelUpdates.ALL
is called.
If a Bound
component has an "on" parameter then it will only be triggered if the
specific ModelUpdate
type is triggered.
If a Bound
component has no "on" parameter then it will be triggered by any update
type (including none) triggered by its BindableModel
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableList<BindingWiring>
The list ofBindingWiring
classes that are standard to this framework. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
bindWithoutUpdate
(Object object) createBindings
(BindingContext context) void
release
(BindableModel model) static Bindings
standard()
void
-
Field Details
-
STANDARD_BINDINGS
The list ofBindingWiring
classes that are standard to this framework.
-
-
Constructor Details
-
Bindings
public Bindings() -
Bindings
-
-
Method Details
-
standard
-
bind
-
bindWithoutUpdate
-
release
-
createBindings
-
updateAll
public void updateAll()
-