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 SummaryModifier and TypeMethodDescriptionwire(BindingContext context) Performs wiring that this instance performs given the passedBindingContext.
- 
Method Details- 
wirePerforms wiring that this instance performs given the passedBindingContext.- Parameters:
- context- the- BindingContextcontain all the data about components in this context.
- Returns:
- a collection of Bindingobjects wired by thisBindingWiringinstance.
 
 
-