Interface ValueCommonSteps.ValueReadConfigStep<F,T,THIS extends ValueCommonSteps.ValueReadConfigStep<F,T,THIS>>
- Type Parameters:
F
- type of the from-end observableT
- type of the to-end observableTHIS
- 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 TypeMethodDescriptionvalidateAfterGet
(IValidator<? super F> validator) Sets theafter-get
validator to use for the active observable.
-
Method Details
-
validateAfterGet
Sets theafter-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:
-