Interface SetCommonSteps.SetFromStep
- All Superinterfaces:
Step
- All Known Subinterfaces:
CommonSteps.OneWayConfigAndFromStep<SELF>, CommonSteps.TwoWayConfigAndFromStep<SELF>, SetOneWaySteps.SetOneWayFromStep, SetTwoWaySteps.SetTwoWayFromStep
- Enclosing class:
SetCommonSteps
Step for setting the from-end observable.
- Since:
- 1.11
- Restriction:
-
Method Summary
Modifier and TypeMethodDescription<F> Stepfrom(IObservableSet<F> from) Sets the from-end observable of the resulting binding.
-
Method Details
-
from
Sets the from-end observable of the resulting binding. All steps after this one but before a call totowill configure the from-end of the binding.- Returns:
- next step
- See Also:
-