onFocusNext()
Event handler that focuses the next list item when a FocusNext event is emitted within the view.
protected onFocusNext(): true | undefined;
Notes
- If there is no next list item, the event is propagated, potentially moving focus on a parent list view.
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
