Interface ListCommonSteps.ListReadConfigStep<F,T,THIS extends ListCommonSteps.ListReadConfigStep<F,T,THIS>>
- Type Parameters:
F
- type of the from-end observableT
- type of the to-end observableTHIS
- self type for this step
- All Superinterfaces:
CommonSteps.ReadConfigStep<F,
T, THIS>
- All Known Subinterfaces:
ListOneWaySteps.ListOneWayConvertStep<F,
,THIS> ListTwoWaySteps.ListTwoWayBindConfigStep<F,
,T, THIS> ListTwoWaySteps.ListTwoWayConfigStep<F,
,T, THIS> ListTwoWaySteps.ListTwoWayConvertToStep<F,
THIS>
- Enclosing class:
- ListCommonSteps
public static interface ListCommonSteps.ListReadConfigStep<F,T,THIS extends ListCommonSteps.ListReadConfigStep<F,T,THIS>>
extends CommonSteps.ReadConfigStep<F,T,THIS>
A config step for the end of a binding where data is read. This is the
from-end for a one-way binding and both ends for a two-way binding.
- Restriction: