Interface CommonSteps.TwoWayConfigAndFromStep<SELF extends CommonSteps.TwoWayConfigAndFromStep<SELF>>

Type Parameters:
SELF - self type
All Superinterfaces:
CommonSteps.DirectionStep<SELF>, ListCommonSteps.ListFromStep, ListTwoWaySteps.ListTwoWayFromStep, SetCommonSteps.SetFromStep, SetTwoWaySteps.SetTwoWayFromStep, Step, ValueCommonSteps.ValueFromStep, ValueTwoWaySteps.ValueTwoWayFromStep
Enclosing class:
CommonSteps

public static interface CommonSteps.TwoWayConfigAndFromStep<SELF extends CommonSteps.TwoWayConfigAndFromStep<SELF>> extends CommonSteps.DirectionStep<SELF>, ValueTwoWaySteps.ValueTwoWayFromStep, ListTwoWaySteps.ListTwoWayFromStep, SetTwoWaySteps.SetTwoWayFromStep
Step for settings the from-end observable of two-way-bindings. It this step the value-type (value, list or set) is chosen.
Restriction: