Interface ListOneWaySteps.ListOneWayFromStep
- All Superinterfaces:
ListCommonSteps.ListFromStep
,Step
- All Known Subinterfaces:
CommonSteps.OneWayConfigAndFromStep<SELF>
- Enclosing class:
- ListOneWaySteps
Refines the return types of the
ListCommonSteps.ListFromStep
methods for use with
one-way bindings.- Restriction:
-
Method Summary
Modifier and TypeMethodDescriptionfrom
(IObservableList<F> from) Sets the from-end observable of the resulting binding.
-
Method Details
-
from
Description copied from interface:ListCommonSteps.ListFromStep
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 interfaceListCommonSteps.ListFromStep
- Returns:
- next step
- See Also:
-