public interface IFormatterWithValidation<T> extends IFormatter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(T value) |
cast, format, getValueType, parseboolean isValid(T value)
value - - the value directly setted in a
using FormattedTextField.setValue(Object)IFormatter.parse(String) is forced.