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

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

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

See Also:
Serialized Form

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

DynaRadioButtonList.DefaultValidator

public DynaRadioButtonList.DefaultValidator()
Method Detail

getValidationErrors

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