|
Sydney | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Widget
|
+--Text
|
+--ValidatingText
|
+--IntegerText
Defined in form_widgets.js
| Fields inherited from class ValidatingText |
|
| Fields inherited from class Text |
|
| Fields inherited from class Widget |
html, id, parent, layoutData, eventTable
|
| Constructor Summary | |
IntegerText
(<boolean> positiveOnly, <boolean> allowNull)
Creates a text widget that will force the user to only enter valid integer strings. |
|
| Methods inherited from class ValidatingText |
setTextTransformer, _handleKeyPress, _handleChange, isUpper, isLower, isDigit, isSpace, isAlpha, isAlphaNum
|
| Methods inherited from class Text |
getMaxLength, getText, setMaxLength, setText
|
| Constructor Detail |
function IntegerText(<boolean> positiveOnly, <boolean> allowNull)
positiveOnly - (Optional) - boolean indication that only positive values should be allowed to be entered.
allowNull - (Optional) - boolean indication that null (empty) values should be allowed to be entered.
|
Sydney | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||