Docs (4.0.0)
class UIListView method

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

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