Package com.palantir.ptoss.cinch.core
Interface BindingWiring
- All Known Implementing Classes:
 Action.Wiring,Bound.Wiring,BoundExtent.Wiring,BoundLocation.Wiring,BoundSelection.Wiring,CallOnUpdate.Wiring,EnabledIf.Wiring,OnChange.Wiring,OnClick.Wiring,OnFocusChange.Wiring,VisibleIf.Wiring
public interface BindingWiring
Interface for classes that perform wiring of bindings.
- 
Method Summary
Modifier and TypeMethodDescriptionwire(BindingContext context) Performs wiring that this instance performs given the passedBindingContext. 
- 
Method Details
- 
wire
Performs wiring that this instance performs given the passedBindingContext.- Parameters:
 context- theBindingContextcontain all the data about components in this context.- Returns:
 - a collection of 
Bindingobjects wired by thisBindingWiringinstance. 
 
 -