JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / UniValidator.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 Clazz.load (["com.stevesoft.pat.Validator"], "com.stevesoft.pat.UniValidator", ["com.stevesoft.pat.patInt"], function () {
3 c$ = Clazz.declareType (com.stevesoft.pat, "UniValidator", com.stevesoft.pat.Validator);
4 Clazz.overrideMethod (c$, "minChars", 
5 function () {
6 return  new com.stevesoft.pat.patInt (1);
7 });
8 Clazz.overrideMethod (c$, "maxChars", 
9 function () {
10 return  new com.stevesoft.pat.patInt (1);
11 });
12 });