Docs (4.0.0)
class UIListView method

focusNextItem

Requests input focus on the view object after the last focused item.

focusNextItem(): boolean

Return value

True if a view object to focus is found; false if the last focused item is already the last item in the list, or if there are no items in the list

Related

  • class UIListViewA view composite that manages views for each item in a list of objects or values.