Uiinfrastructure API Docs  
 

IntRangeValidator Constructor 

Creates a new IntRangeValidator.

public IntRangeValidator(
   string _sFormName,
   string _sInputName,
   string _sDefaultValue,
   int _iMax,
   int _iMin
);

Parameters

_sFormName
name of the form whre this appears
_sInputName
name of the input element
_sDefaultValue
default value of the input element
_iMax
max value for the int validated
_iMin
min value for the int validated

See Also

IntRangeValidator Class | com.plumtree.uiinfrastructure.validators Namespace