Methods
(static) ScanForServers() → {void}
Returns:
- Type:
- void
(static) ShowKeyboard() → {void}
Returns:
- Type:
- void
(static) clearErrorMessage() → {void}
Returns:
- Type:
- void
(static) init() → {void}
Returns:
- Type:
- void
(static) onButtonSelected(event) → {void}
Submit pressed → publish the entered URL and emit the serverSubmitted intent. The coordinator (loginRouter.onServerSubmitted) runs the blocking connect.
Parameters:
| Name | Type | Description |
|---|---|---|
event | object |
Returns:
- Type:
- void
(static) onCloseSidePanel() → {void}
Sidepanel closed without a selection (was CreateServerGroup 366-369).
Returns:
- Type:
- void
(static) onDeleteSaved() → {void}
Delete the focused saved server from the picker + registry (was CreateServerGroup 420-435).
Returns:
- Type:
- void
(static) onDestroy() → {void}
onDestroy: Full teardown releasing all resources before component removal Called automatically via JRScreen.beforeViewClose when sgRouter permanently closes this view.
Returns:
- Type:
- void
(static) onDialogButton() → {dynamic}
Returns:
- Type:
- dynamic
(static) onKeyEvent(key, press) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
key | string | |
press | boolean |
Returns:
- Type:
- boolean
(static) onScanForServersComplete(event) → {void}
Parameters:
| Name | Type | Description |
|---|---|---|
event | dynamic |
Returns:
- Type:
- void
(static) onScreenShown() → {void}
JRScreen hook called when the screen is displayed by the screen manager
Returns:
- Type:
- void
(static) setupDeleteSavedOption() → {void}
Build the "Delete Saved" options sidepanel entry (was CreateServerGroup 346-355).
Returns:
- Type:
- void