net.sf.jzeno.echo.editor
Class AbstractNumberEditor.DefaultValidator

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

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

See Also:
Serialized Form

Constructor Summary
AbstractNumberEditor.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

AbstractNumberEditor.DefaultValidator

public AbstractNumberEditor.DefaultValidator()
Method Detail

getValidationErrors

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