pivot.wtk.text.validation
Class IntValidator
java.lang.Object
pivot.wtk.text.validation.FormattedValidator<NumberFormat>
pivot.wtk.text.validation.DecimalValidator
pivot.wtk.text.validation.IntValidator
- All Implemented Interfaces:
- Validator
- Direct Known Subclasses:
- IntRangeValidator
public class IntValidator
- extends DecimalValidator
A validator for an int value.
- Author:
- Noel Grandin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntValidator
public IntValidator()
textToObject
protected final Integer textToObject(String text)