pivot.wtk.text.validation
Class IntValidator

java.lang.Object
  extended by pivot.wtk.text.validation.FormattedValidator<NumberFormat>
      extended by pivot.wtk.text.validation.DecimalValidator
          extended by 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

Field Summary
 
Fields inherited from class pivot.wtk.text.validation.FormattedValidator
format
 
Constructor Summary
IntValidator()
           
 
Method Summary
protected  Integer textToObject(String text)
           
 
Methods inherited from class pivot.wtk.text.validation.DecimalValidator
parse
 
Methods inherited from class pivot.wtk.text.validation.FormattedValidator
isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntValidator

public IntValidator()
Method Detail

textToObject

protected final Integer textToObject(String text)