Interface ListCommonSteps.ListFromStep
- All Superinterfaces:
Step
- All Known Subinterfaces:
CommonSteps.OneWayConfigAndFromStep<SELF>
,CommonSteps.TwoWayConfigAndFromStep<SELF>
,ListOneWaySteps.ListOneWayFromStep
,ListTwoWaySteps.ListTwoWayFromStep
- Enclosing class:
- ListCommonSteps
Step for setting the from-end observable.
- Restriction:
-
Method Summary
Modifier and TypeMethodDescription<F> Step
from
(IObservableList<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.
-