Interface ValueTwoWaySteps.ValueTwoWayFromStep
- All Superinterfaces:
Step
,ValueCommonSteps.ValueFromStep
- All Known Subinterfaces:
CommonSteps.TwoWayConfigAndFromStep<SELF>
- Enclosing class:
ValueTwoWaySteps
Refines the return types of the
ValueCommonSteps.ValueFromStep
methods for use with
two-way bindings.- Restriction:
-
Method Summary
Modifier and TypeMethodDescriptionfrom
(IObservableValue<F> from) Sets the from-end observable of the resulting binding.
-
Method Details
-
from
Description copied from interface:ValueCommonSteps.ValueFromStep
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.- Specified by:
from
in interfaceValueCommonSteps.ValueFromStep
- Returns:
- next step
- See Also:
-