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 SummaryFieldsModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableList<BindingWiring>The list ofBindingWiringclasses that are standard to this framework.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidbindWithoutUpdate(Object object) createBindings(BindingContext context) voidrelease(BindableModel model) static Bindingsstandard()void
- 
Field Details- 
STANDARD_BINDINGSThe list ofBindingWiringclasses that are standard to this framework.
 
- 
- 
Constructor Details- 
Bindingspublic Bindings()
- 
Bindings
 
- 
- 
Method Details- 
standard
- 
bind
- 
bindWithoutUpdate
- 
release
- 
createBindings
- 
updateAllpublic void updateAll()
 
-