- Source:
Methods
-
<static> init()
-
- Source:
Returns:
- Type
- void
-
<static> moveScrollBar()
-
Move the popup's scroll bar
- Source:
Returns:
- Type
- void
-
<static> onButtonSelected()
-
Event handler for when user selected a button
- Source:
Returns:
- Type
- void
-
<static> onContentDataChanged()
-
- Source:
Returns:
- Type
- void
-
<static> onItemFocused()
-
Event handler for when user's cursor highlights an option in the option list
- Source:
Returns:
- Type
- void
-
<static> onItemSelected()
-
Once user selected an item, move cursor down to OK button
- Source:
Returns:
- Type
- void
-
<static> onKeyEvent(key, press)
-
Parameters:
Name Type Description key
string press
boolean - Source:
Returns:
- Type
- boolean
-
<static> onScrollBarFocus()
-
If somehow the scrollbar gains focus, set focus back to the option list
- Source:
Returns:
- Type
- void