org.infoglue.cms.applications.common
Class Form

java.lang.Object
  extended by org.infoglue.cms.applications.common.Form

public class Form
extends java.lang.Object

Author:
Patrik Nyborg

Constructor Summary
Form()
           
 
Method Summary
protected  void validateDateField(java.lang.String value, java.lang.String fieldName, ConstraintExceptionBuffer ceb)
           
protected  void validateNonNegativeFloatField(java.lang.String value, java.lang.String fieldName, ConstraintExceptionBuffer ceb)
           
protected  void validateNonNegativeIntegerField(java.lang.String value, java.lang.String fieldName, ConstraintExceptionBuffer ceb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Form

public Form()
Method Detail

validateDateField

protected void validateDateField(java.lang.String value,
                                 java.lang.String fieldName,
                                 ConstraintExceptionBuffer ceb)

validateNonNegativeFloatField

protected void validateNonNegativeFloatField(java.lang.String value,
                                             java.lang.String fieldName,
                                             ConstraintExceptionBuffer ceb)

validateNonNegativeIntegerField

protected void validateNonNegativeIntegerField(java.lang.String value,
                                               java.lang.String fieldName,
                                               ConstraintExceptionBuffer ceb)


Copyright © 2005 InfoGlue.org All Rights Reserved.