Package com.palantir.ptoss.cinch.core
Class Bindings
java.lang.Object
com.palantir.ptoss.cinch.core.Bindings
All Bindings 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 ofBindingWiringclasses that are standard to this framework. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbindWithoutUpdate(Object object) createBindings(BindingContext context) voidrelease(BindableModel model) static Bindingsstandard()void
-
Field Details
-
STANDARD_BINDINGS
The list ofBindingWiringclasses that are standard to this framework.
-
-
Constructor Details
-
Bindings
public Bindings() -
Bindings
-
-
Method Details
-
standard
-
bind
-
bindWithoutUpdate
-
release
-
createBindings
-
updateAll
public void updateAll()
-