Searched defs:checkForIntValue (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admingui/common/src/main/resources/js/
H A Dadminjsf.js1192 if (! checkForIntValue(component.value)) {
1207 if (! checkForIntValue(component.value)) {
1312 return checkForIntValue(value);
1315 function checkForIntValue(value) { function
1329 if (checkForIntValue(value) == false) return false;
1378 if (value == '' || value == '-1' || checkForIntValue(value))

Completed in 24 milliseconds