onFocusIn()
Event handler that handles list item focus.
protected onFocusIn(event: ViewEvent): void;
Notes
- If the focused element is the list body view itself, the last focused item view is focused instead.
- Otherwise, the index of the focused item is stored in lastFocusedIndex, which is used by requestFocus().
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
