Uiinfrastructure API Docs  
 

IValidator Members

IValidator overview

Public Instance Methods

iconGetJSFunction Return the name of the javascript function that validates client side and arguments supplied by _sParameters.
iconGetJSValidationCode Return a JavaScript snippet for validating client side.
iconGetName 
iconSetErrorMessage 
iconValidate 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