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:
-
Method Summary
Methods inherited from interface org.eclipse.core.databinding.bind.steps.CommonSteps.DirectionStep
modelToTarget, targetToModelMethods inherited from interface org.eclipse.core.databinding.bind.steps.ListTwoWaySteps.ListTwoWayFromStep
fromMethods inherited from interface org.eclipse.core.databinding.bind.steps.SetTwoWaySteps.SetTwoWayFromStep
fromMethods inherited from interface org.eclipse.core.databinding.bind.steps.ValueTwoWaySteps.ValueTwoWayFromStep
from