Documentation

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