JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / com / stevesoft / pat / UniValidator.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["com.stevesoft.pat.Validator"], "com.stevesoft.pat.UniValidator", ["com.stevesoft.pat.patInt"], function () {\r
3 c$ = Clazz.declareType (com.stevesoft.pat, "UniValidator", com.stevesoft.pat.Validator);\r
4 Clazz.overrideMethod (c$, "minChars", \r
5 function () {\r
6 return  new com.stevesoft.pat.patInt (1);\r
7 });\r
8 Clazz.overrideMethod (c$, "maxChars", \r
9 function () {\r
10 return  new com.stevesoft.pat.patInt (1);\r
11 });\r
12 });\r