Interface ValueTwoWaySteps.ValueTwoWayBindConfigStep<F, T, THIS extends ValueTwoWaySteps.ValueTwoWayBindConfigStep<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.BindConfigStep<F,T, THIS>, CommonSteps.ReadConfigStep<F, T, THIS>, CommonSteps.WriteConfigStep<F, T, THIS>, Step, ValueCommonSteps.ValueReadConfigStep<F, T, THIS>, ValueCommonSteps.ValueWriteConfigStep<F, T, THIS>, ValueTwoWaySteps.ValueTwoWayConfigStep<F, T, THIS>
- Enclosing class:
ValueTwoWaySteps
public static interface ValueTwoWaySteps.ValueTwoWayBindConfigStep<F, T, THIS extends ValueTwoWaySteps.ValueTwoWayBindConfigStep<F,T,THIS>>
extends ValueTwoWaySteps.ValueTwoWayConfigStep<F,T,THIS>, CommonSteps.BindConfigStep<F,T,THIS>
Step from configuring the to-end and creating the binding.
- Since:
- 1.11
- Restriction:
-
Method Summary
Methods inherited from interface CommonSteps.BindConfigStep
bind, bindWithNewContextMethods inherited from interface CommonSteps.WriteConfigStep
updateOnlyOnRequestMethods inherited from interface ValueCommonSteps.ValueReadConfigStep
validateAfterGetMethods inherited from interface ValueCommonSteps.ValueWriteConfigStep
convertOnly, validateAfterConvert, validateBeforeSetMethods inherited from interface ValueTwoWaySteps.ValueTwoWayConfigStep
validateTwoWay