- Source
Methods
(static) inactiveCheck() → {void}
inactiveCheck: Checks if the time since last keypress is greater than or equal to the allowed inactive time of the menu.
- Source
Returns:
- Type:
- void
(static) init() → {void}
- Source
Returns:
- Type:
- void
(static) onButtonSelected() → {void}
onButtonSelected: Handler for selection of buttons from the menu.
- Source
Returns:
- Type:
- void
(static) onFocusChanged() → {void}
onFocusChanged: Handler for changes to the focus of this menu.
- Source
Returns:
- Type:
- void
(static) onItemTitleTextChanged() → {void}
onItemTitleTextChanged: Handler for changes to m.top.itemTitleText param.
- Source
Returns:
- Type:
- void
(static) onKeyEvent(key, press) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
key | string | |
press | boolean |
- Source
Returns:
- Type:
- boolean
(static) onPlaybackStateChanged() → {void}
onPlaybackStateChanged: Handler for changes to m.top.playbackState param
- Source
Returns:
- Type:
- void
(static) onProgressPercentageChanged() → {void}
onProgressPercentageChanged: Handler for changes to m.top.progressPercentage param
- Source
Returns:
- Type:
- void
(static) onVisibleChanged() → {void}
onVisibleChanged: Handler for changes to the visibility of this menu.
- Source
Returns:
- Type:
- void
(static) resetFocusToDefaultButton() → {void}
resetFocusToDefaultButton: Reset focus back to the default button
- Source
Returns:
- Type:
- void