Interface Step
- All Known Subinterfaces:
CommonSteps.BindConfigStep<F,,T, THIS> CommonSteps.ConvertFromStep<F,,T> CommonSteps.ConvertToStep<F>,CommonSteps.DirectionStep<SELF>,CommonSteps.OneWayConfigAndFromStep<SELF>,CommonSteps.TwoWayConfigAndFromStep<SELF>,CommonSteps.WriteConfigStep<F,,T, THIS> ListCommonSteps.ListFromStep,ListCommonSteps.ListToStep<F,,T> ListCommonSteps.ListUntypedTo<F>,ListCommonSteps.ListWriteConfigStep<F,,T, THIS> ListOneWaySteps.ListOneWayBindWriteConfigStep<F,,T, THIS> ListOneWaySteps.ListOneWayConvertStep<F,,THIS> ListOneWaySteps.ListOneWayFromStep,ListOneWaySteps.ListOneWayToStep<F,,T> ListOneWaySteps.ListOneWayUntypedTo<F>,ListTwoWaySteps.ListTwoWayBindConfigStep<F,,T, THIS> ListTwoWaySteps.ListTwoWayConfigStep<F,,T, THIS> ListTwoWaySteps.ListTwoWayConvertFromStep<F,,T> ListTwoWaySteps.ListTwoWayConvertToStep<F,,THIS> ListTwoWaySteps.ListTwoWayFromStep,ListTwoWaySteps.ListTwoWayToStep<F,,T> ListTwoWaySteps.ListTwoWayUntypedToStep<F>,SetCommonSteps.SetFromStep,SetCommonSteps.SetToStep<F,,T> SetCommonSteps.SetUntypedTo<F>,SetCommonSteps.SetWriteConfigStep<F,,T, THIS> SetOneWaySteps.SetOneWayBindWriteConfigStep<F,,T, THIS> SetOneWaySteps.SetOneWayConvertStep<F,,THIS> SetOneWaySteps.SetOneWayFromStep,SetOneWaySteps.SetOneWayToStep<F,,T> SetOneWaySteps.SetOneWayUntypedTo<F>,SetTwoWaySteps.SetTwoWayBindConfigStep<F,,T, THIS> SetTwoWaySteps.SetTwoWayConfigStep<F,,T, THIS> SetTwoWaySteps.SetTwoWayConvertFromStep<F,,T> SetTwoWaySteps.SetTwoWayConvertToStep<F,,THIS> SetTwoWaySteps.SetTwoWayFromStep,SetTwoWaySteps.SetTwoWayToStep<F,,T> SetTwoWaySteps.SetTwoWayUntypedToStep<F>,ValueCommonSteps.ValueFromStep,ValueCommonSteps.ValueToStep<F,,T> ValueCommonSteps.ValueUntypedTo<F>,ValueCommonSteps.ValueWriteConfigStep<F,,T, THIS> ValueOneWaySteps.ValueOneWayBindWriteConfigStep<F,,T, THIS> ValueOneWaySteps.ValueOneWayConvertStep<F,,THIS> ValueOneWaySteps.ValueOneWayFromStep,ValueOneWaySteps.ValueOneWayToStep<F,,T> ValueOneWaySteps.ValueOneWayUntypedTo<F>,ValueTwoWaySteps.ValueTwoWayBindConfigStep<F,,T, THIS> ValueTwoWaySteps.ValueTwoWayConfigStep<F,,T, THIS> ValueTwoWaySteps.ValueTwoWayConvertFromStep<F,,T> ValueTwoWaySteps.ValueTwoWayConvertToStep<F,,THIS> ValueTwoWaySteps.ValueTwoWayFromStep,ValueTwoWaySteps.ValueTwoWayToStep<F,,T> ValueTwoWaySteps.ValueTwoWayUntypedToStep<F>
public interface Step
Classes marked with this interface are steps in a fluent API chain. The
interfaces that extend this define the API for the fluent databinding
builders.
Client rules for the using classes that implement this interface:
- Only one single method call should ever be made on a step object. It is not allowed to keep a reference to a step and make multiple method calls to it.
- Step objects must only be accessed from the thread on which they where created.
- Since:
- 1.11
- Restriction: