Interface ValueCommonSteps.ValueReadConfigStep<F,T,THIS extends ValueCommonSteps.ValueReadConfigStep<F,T,THIS>>

Type Parameters:
F - type of the from-end observable
T - type of the to-end observable
THIS - self type for this step
All Superinterfaces:
CommonSteps.ReadConfigStep<F,T,THIS>
All Known Subinterfaces:
ValueOneWaySteps.ValueOneWayConvertStep<F,THIS>, ValueTwoWaySteps.ValueTwoWayBindConfigStep<F,T,THIS>, ValueTwoWaySteps.ValueTwoWayConfigStep<F,T,THIS>, ValueTwoWaySteps.ValueTwoWayConvertToStep<F,THIS>
Enclosing class:
ValueCommonSteps

public static interface ValueCommonSteps.ValueReadConfigStep<F,T,THIS extends ValueCommonSteps.ValueReadConfigStep<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:
  • Method Summary

    Modifier and Type
    Method
    Description
    validateAfterGet(IValidator<? super F> validator)
    Sets the after-get validator to use for the active observable.