Interface ListCommonSteps.ListToStep<F,T>
- Type Parameters:
F
- type of the from-end observableT
- type of the to-end observable
- All Superinterfaces:
Step
- All Known Subinterfaces:
ListOneWaySteps.ListOneWayConvertStep<F,
,THIS> ListOneWaySteps.ListOneWayToStep<F,
,T> ListTwoWaySteps.ListTwoWayConvertToStep<F,
,THIS> ListTwoWaySteps.ListTwoWayToStep<F,
T>
- Enclosing class:
- ListCommonSteps
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
Sets the from-end observable of the resulting binding. All steps after this one will configure that from-end of the binding.
-