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

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

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

See Also:
Serialized Form

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

DynaTextArea.DefaultValidator

public DynaTextArea.DefaultValidator()
Method Detail

getValidationErrors

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