org.apache.tapestry.valid
Class ValidationConstants

java.lang.Object
  extended byorg.apache.tapestry.valid.ValidationConstants

public class ValidationConstants
extends java.lang.Object

Constants used by the IValidationDelegate or fields.

Since:
4.0
Author:
Howard Lewis Ship

Field Summary
static int ERROR_FIELD
           
static int NORMAL_FIELD
           
static int REQUIRED_FIELD
           
 
Constructor Summary
ValidationConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL_FIELD

public static final int NORMAL_FIELD
See Also:
Constant Field Values

REQUIRED_FIELD

public static final int REQUIRED_FIELD
See Also:
Constant Field Values

ERROR_FIELD

public static final int ERROR_FIELD
See Also:
Constant Field Values
Constructor Detail

ValidationConstants

public ValidationConstants()