net.sf.jzeno.echo.components.async
Class AsyncIntegerEditor.DefaultValidator

java.lang.Object
  extended by net.sf.jzeno.echo.components.async.AsyncIntegerEditor.DefaultValidator
All Implemented Interfaces:
java.io.Serializable, Validator
Enclosing class:
AsyncIntegerEditor

public class AsyncIntegerEditor.DefaultValidator
extends java.lang.Object
implements Validator

See Also:
Serialized Form

Constructor Summary
AsyncIntegerEditor.DefaultValidator()
           
 
Method Summary
 java.util.List getValidationErrors(PropertyComponent pc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncIntegerEditor.DefaultValidator

public AsyncIntegerEditor.DefaultValidator()
Method Detail

getValidationErrors

public java.util.List getValidationErrors(PropertyComponent pc)
Specified by:
getValidationErrors in interface Validator