Methods
(static) LoadMenu(configSection) → {void}
Parameters:
Name | Type | Description |
---|---|---|
configSection | dynamic |
Returns:
- Type:
- void
(static) OnScreenHidden() → {void}
JFScreen hook that gets ran as needed. Assumes settings were changed and they affect the device profile. Posts a new device profile to the server using the task thread
Returns:
- Type:
- void
(static) boolSettingChanged() → {void}
Returns:
- Type:
- void
(static) init() → {void}
Returns:
- Type:
- void
(static) isFormInFocus() → {boolean}
Returns true if any of the data entry forms are in focus
Returns:
- Type:
- boolean
(static) onKeyEvent(key, press) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
key | string | |
press | boolean |
Returns:
- Type:
- boolean
(static) onKeyGridEscape() → {void}
Returns:
- Type:
- void
(static) onKeyGridSubmit() → {void}
Returns:
- Type:
- void
(static) postFinished() → {void}
Triggered by m.postTask after completing a post. Empty the task data when finished.
Returns:
- Type:
- void
(static) radioSettingChanged() → {void}
Returns:
- Type:
- void
(static) settingFocused() → {void}
Returns:
- Type:
- void
(static) settingSelected() → {void}
Returns:
- Type:
- void