Class JsmNumbersOnlyValidator
Object
|
+--JsmNumbersOnlyValidator
- class
JsmNumbersOnlyValidator
A validator which will only return true of the value only contains numbers
Defined in net/sf/jsm/widgets/validators/jsmNumbersOnlyValidator.js
Method Summary |
Object
|
validate(<JsmTable> table, <int> rowIdx, <int> columnIdx, theViewComponent)
Validates that the view components value contains only numbers;
Currently only supports text fields
|
JsmNumbersOnlyValidator
JsmNumbersOnlyValidator()
Creates a new JsmNumbersOnlyValidator
validate
Object validate(<JsmTable> table, <int> rowIdx, <int> columnIdx, theViewComponent)
Validates that the view components value contains only numbers;
Currently only supports text fields
Parameters:
table
- The table this widget is attached to
rowIdx
- The index of the row
columnIdx
- The index of the column
Documentation generated by
JSDoc on Tue Sep 26 08:42:57 2006