Element: <oj-c-list-view>

CORE PACK

Oracle® JavaScript Extension Toolkit (JET)
19.0.0

G25386-01

DOM Interface: CListViewElement

Keyboard Information

Target Key Action
List Item F2 Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.
Enter Enters tabbable mode if enterKeyFocusBehavior is "focusWithin" (default). This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item.
Esc Exits tabbable mode.
Tab When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element. When not in tabbable mode, navigates to next focusable element on page (outside ListView).
Shift+Tab When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element. When not in tabbable mode, navigates to previous focusable element on page (outside ListView).
DownArrow Move focus to the item below.
UpArrow Move focus to the item above.
Shift+DownArrow Extend the selection to the item below.
Shift+UpArrow Extend the selection to the item above.
Space Toggles to select and deselect the current item while maintaining previously selected items.
Shift+Space Toggles to select and deselect the current item while maintaining previously selected items.
Shift+Cmd/Ctrl+UpArrow Reorder the current item up.
Shift+Cmd/Ctrl+DownArrow Reorder the current item down.
Ctrl+Space Toggles to select and deselect the current item while maintaining previously selected items.