org.dbforms.validation
Class ValidatorConstants

java.lang.Object
  extended by org.dbforms.validation.ValidatorConstants

public class ValidatorConstants
extends Object

This class is use for static reference primarily.

Author:
Eric Beaumier

Field Summary
static String FORM_VALIDATOR_NAME
          DOCUMENT ME!
static String JS_CANCEL_VALIDATION
          DOCUMENT ME!
static String JS_UPDATE_VALIDATION_MODE
          DOCUMENT ME!
static String RESOURCE_BUNDLE
          DOCUMENT ME!
static String VALIDATION
          DOCUMENT ME!
static String VALIDATOR
          DOCUMENT ME!
static String VALIDATOR_RULES
          DOCUMENT ME!
 
Constructor Summary
ValidatorConstants()
          Creates a new ValidatorConstants object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATION

public static final String VALIDATION
DOCUMENT ME!

See Also:
Constant Field Values

VALIDATOR_RULES

public static final String VALIDATOR_RULES
DOCUMENT ME!

See Also:
Constant Field Values

RESOURCE_BUNDLE

public static final String RESOURCE_BUNDLE
DOCUMENT ME!

See Also:
Constant Field Values

VALIDATOR

public static final String VALIDATOR
DOCUMENT ME!

See Also:
Constant Field Values

FORM_VALIDATOR_NAME

public static final String FORM_VALIDATOR_NAME
DOCUMENT ME!

See Also:
Constant Field Values

JS_CANCEL_VALIDATION

public static final String JS_CANCEL_VALIDATION
DOCUMENT ME!

See Also:
Constant Field Values

JS_UPDATE_VALIDATION_MODE

public static final String JS_UPDATE_VALIDATION_MODE
DOCUMENT ME!

See Also:
Constant Field Values
Constructor Detail

ValidatorConstants

public ValidatorConstants()
Creates a new ValidatorConstants object.



Copyright © 2002-2006 DbForms. All Rights Reserved.