Documentation

focusPreviousItem()

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

focusPreviousItem(): boolean;

Return value

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

Related