net.sf.jzeno.echo.databinding
Class DynaPasswordField.DefaultValidator

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

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

See Also:
Serialized Form

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

DynaPasswordField.DefaultValidator

public DynaPasswordField.DefaultValidator()
Method Detail

getValidationErrors

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