|
ValidateThis API Documentation | ||||
| FRAMES | |||||
| Class Summary | |
|---|---|
| AbstractClientRuleScripter | I am a base object which all concrete ClientRuleScripters extend |
| ClientRuleScripter_Boolean | I am responsible for generating JS code for the boolean validation |
| ClientRuleScripter_Custom | I am responsible for generating JS code for the custom validation |
| ClientRuleScripter_Date | I am responsible for generating JS code for the date validation |
| ClientRuleScripter_DateRange | I am responsible for generating JS code for the past date validation |
| ClientRuleScripter_DoesNotContainOtherProperties | Fails if the validated property contains the value of another property |
| ClientRuleScripter_Email | I am responsible for generating JS code for the email validation |
| ClientRuleScripter_EqualTo | I am responsible for generating JS code for the equalTo validation |
| ClientRuleScripter_False | I am responsible for generating JS code for the false boolean validation |
| ClientRuleScripter_FutureDate | I am responsible for generating JS code for the past date validation |
| ClientRuleScripter_InList | I am responsible for generating JS code for the InList validation |
| ClientRuleScripter_Integer | I am responsible for generating JS code for the integer validation |
| ClientRuleScripter_Max | I am responsible for generating JS code for the max validation |
| ClientRuleScripter_MaxLength | I am responsible for generating JS code for the maxlength validation |
| ClientRuleScripter_Min | I am responsible for generating JS code for the min validation |
| ClientRuleScripter_MinLength | I am responsible for generating JS code for the minlength validation |
| ClientRuleScripter_MinPatternsMatch | Fails if the validated property does not match at least 1 or the specficied ammount of regex patterns defined |
| ClientRuleScripter_NotInList | I am responsible for generating JS code for the NotInList validation |
| ClientRuleScripter_Numeric | I am responsible for generating JS code for the numeric validation |
| ClientRuleScripter_PastDate | I am responsible for generating JS code for the past date validation |
| ClientRuleScripter_Range | I am responsible for generating JS code for the range validation |
| ClientRuleScripter_RangeLength | I am responsible for generating JS code for the range validation |
| ClientRuleScripter_Regex | I am responsible for generating JS code for the regex validation |
| ClientRuleScripter_Required | I am responsible for generating JS code for the required validation |
| ClientRuleScripter_Time | I am responsible for generating JS code for the Time validation |
| ClientRuleScripter_True | I am responsible for generating JS code for the true boolean validation |
| ClientRuleScripter_URL | I am responsible for generating JS code for the URL validation |
| ClientRuleScripter_noHTML | I am responsible for generating JS code for the noHTML validation |
| ClientScriptWriter_jQuery | I am responsible for generating jQuery Javascript statements to implement validations |
|
ValidateThis API Documentation | ||||
| FRAMES | |||||