T - the data type of the FormattedTextFieldTV - the data type of the target value. The target value could be the same as the FormattedTextField,
could be the same as the value of the group text, or the value of the several groups that are
related.public static interface PatternVerifier.Value<T,TV>
| Modifier and Type | Method and Description |
|---|---|
T |
fromTargetValue(T previousFieldValue,
TV targetValue) |
T |
getFieldValue() |
void |
setFieldValue(T fieldValue) |
TV |
toTargetValue(T fieldValue) |