Uiinfrastructure API Docs  
 

IValidator Members

IValidator overview

Public Instance Methods

GetJSFunction Return the name of the javascript function that validates client side and arguments supplied by _sParameters.
GetJSValidationCode Return a JavaScript snippet for validating client side.
GetName 
SetErrorMessage 
Validate Validation method. The Validation method returns a UIError object if the object passed in fails to meet the validation criteria. Otherwise it returns null. Every class the implements IValidator should have a fully implemented Validate method for server side validation.

See Also

IValidator Interface | com.plumtree.uiinfrastructure.activityspace Namespace