Uiinfrastructure API Docs  
 

PositiveIntValidator Constructor 

Creates a new PositiveIntValidator.

public PositiveIntValidator(
   string _sFormName,
   string _sInputName,
   string _sDefaultValue
);

Parameters

_sFormName
name of the form whre this appears
_sInputName
name of the input element
_sDefaultValue
default value of the input element

See Also

PositiveIntValidator Class | com.plumtree.uiinfrastructure.validators Namespace