Uiinfrastructure API Docs  
 

IValidator Interface

Interface for page control validators. Validators are objects for standardized Page Control validation and contain both server-side and client-side validation.

For a list of all members of this type, see IValidator Members.

public interface IValidator

Types that implement IValidator

Type Description
IntRangeValidator  
LengthValidator Validates that a input value is less than a given length
NotEmptyValidator A PageControl Validator to check that the value of the page control is not null or an empty String
PositiveIntValidator Validates that an object is a positive int.

Requirements

Namespace: com.plumtree.uiinfrastructure.activityspace

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IValidator Members | com.plumtree.uiinfrastructure.activityspace Namespace