Uiinfrastructure API Docs  
 

IntRangeValidator Members

IntRangeValidator overview

Public Instance Constructors

icon IntRangeValidator Constructor Creates a new IntRangeValidator.

Public Instance Fields

iconm_sErrorMessage (inherited from AValidator) error message associated with this validator
iconm_strFormName name of the form where this validator appears (used by JavaScript validation)
iconm_strInputName name of the input which this validator works on (used by JavaScript validation)
iconVALIDATOR_NAME 

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetErrorMessage (inherited from AValidator) Returns the error message
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetJSFunction Return the name of the JavaScript validation method along with whatever parameters the script needs.
iconGetJSValidationCode Returns the JavaScript Validation method that may be used on a page to validate associated form input.
iconGetName Return the name of this Validator
iconGetType (inherited from Object)Gets the Type of the current instance.
iconSetErrorMessage (inherited from AValidator) Sets the error message
iconToString (inherited from Object)Returns a String that represents the current Object.
iconValidate 

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

IntRangeValidator Class | com.plumtree.uiinfrastructure.validators Namespace