Interface ValueCommonSteps.ValueFromStep
- All Superinterfaces:
Step
- All Known Subinterfaces:
CommonSteps.OneWayConfigAndFromStep<SELF>
,CommonSteps.TwoWayConfigAndFromStep<SELF>
,ValueOneWaySteps.ValueOneWayFromStep
,ValueTwoWaySteps.ValueTwoWayFromStep
- Enclosing class:
- ValueCommonSteps
Step for setting the from-end observable.
- Restriction:
-
Method Summary
Modifier and TypeMethodDescription<F> Step
from
(IObservableValue<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 toto
will configure the from-end of the binding.
-