| Method Summary | |
|---|---|
| String | int | Returns the number format as set with setFormat(). |
| void | Sets the format of this number input. |
| Methods Inherited From jsx3.gui.TextBox |
|---|
| beep, doValidate, formatValue, getDefaultValue, getMaxLength, getReadonly, getSelection, getType, getValidationExpression, getValidationType, getValue, getWrap, paint, parseValue, setDefaultValue, setMaxLength, setOverflow, setReadonly, setSelection, setType, setValidationExpression, setValidationType, setValue, setWrap |
| Methods Inherited From jsx3.gui.Form |
|---|
| doKeyBinding, doReset, getDisabledBackgroundColor, getDisabledColor, getEnabled, getKeyBinding, getRequired, getValidationState, setDisabledBackgroundColor, setDisabledColor, setEnabled, setKeyBinding, setRequired, setValidationState |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getRendered, insertHTML, onAfterPaint, onAfterRestoreView, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Method Detail |
|---|
jsx3.util.NumberFormat.
The provided format may also be an integer, in which case it is intepreted as one of of the fields of
NumberFormat - NUMBER, INTEGER, or CURRENCY - and
the displayed format will be localized accordingly.