org.apache.pivot.wtk.validation
Class IntValidator
java.lang.Object
org.apache.pivot.wtk.validation.FormattedValidator<NumberFormat>
org.apache.pivot.wtk.validation.DecimalValidator
org.apache.pivot.wtk.validation.IntValidator
- All Implemented Interfaces:
- Validator
- Direct Known Subclasses:
- IntRangeValidator, LongRangeValidator
public class IntValidator
- extends DecimalValidator
A validator for an int value.
Beware that usual math rules for native primitive types (and related approximations) are applied here.
- See Also:
BigIntegerValidator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntValidator
public IntValidator()
IntValidator
public IntValidator(Locale locale)