Interface SetCommonSteps.SetReadConfigStep<F,T,THIS extends SetCommonSteps.SetReadConfigStep<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:
SetOneWaySteps.SetOneWayConvertStep<F,
,THIS> SetTwoWaySteps.SetTwoWayBindConfigStep<F,
,T, THIS> SetTwoWaySteps.SetTwoWayConfigStep<F,
,T, THIS> SetTwoWaySteps.SetTwoWayConvertToStep<F,
THIS>
- Enclosing class:
- SetCommonSteps
public static interface SetCommonSteps.SetReadConfigStep<F,T,THIS extends SetCommonSteps.SetReadConfigStep<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: