Docs (4.0.0)
class UIListView method

onFocusIn

FocusIn event handler, stores the index of the focused item as lastFocusedIndex.

protected

protected onFocusIn(event: ManagedEvent): boolean

Notes

  • This method always returns true to avoid propagating focus events to a parent list, if any.

Related

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