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.
- Since:
- 1.11
- Restriction:
-
Method Summary
Modifier and TypeMethodDescription<F> Stepfrom(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 totowill configure the from-end of the binding.- Returns:
- next step
- See Also:
-