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.
Since:
1.11
Restriction:
  • Method Summary

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

    • validateAfterGet

      THIS validateAfterGet(IValidator<? super F> validator)
      Sets the after-get validator to use for the active observable.

      Note: The validator is used when the active observable is written to, while the other validators are used when the active observable is read from.

      Parameters:
      validator - the validator to set
      Returns:
      next step
      See Also: