Interface ListOneWaySteps.ListOneWayToStep<F,T>
- Type Parameters:
F
- type of the from-end observableT
- type of the to-end observable
- All Superinterfaces:
ListCommonSteps.ListToStep<F,
,T> Step
- All Known Subinterfaces:
ListOneWaySteps.ListOneWayConvertStep<F,
THIS>
- Enclosing class:
- ListOneWaySteps
public static interface ListOneWaySteps.ListOneWayToStep<F,T>
extends ListCommonSteps.ListToStep<F,T>
Step for setting the to-end observable.
- Restriction:
-
Method Summary
Modifier and TypeMethodDescriptionto
(IObservableList<T> to) Sets the from-end observable of the resulting binding.
-
Method Details
-
to
Description copied from interface:ListCommonSteps.ListToStep
Sets the from-end observable of the resulting binding. All steps after this one will configure that from-end of the binding.- Specified by:
to
in interfaceListCommonSteps.ListToStep<F,
T> - Returns:
- next step
- See Also:
-