Element: <oj-swipe-actions>

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92238-01

DOM Interface: SwipeActionsElement

Touch Information

Target Gesture Action
oj-swipeactions-container element Swipe Reveals the swipe actions. Depending on the distance relative to the target is swiped, the oj-swipe-actions will either be closed (swipe distance too short), opened, or the default action is performed (swipe distance passed a certain threshold).
oj-swipeactions-container element Pan Reveals the swipe actions. If a default action is specified, the default action will take over all the space of other action items after the user panned past a certain distance.
oj-swipe-action element Tap Triggers the action associated with the swipe action.

Keyboard Information

Target Key Action
ListView Item F2 If SwipeActions is a child of ListView, then pressing F2 key on the ListView item will focus on the SwipeActions, which cause it to display the show actions links for the start and end swipe actions.
Show actions link Enter Reveals the start/end swipe actions.
Hide actions link Enter Hides the start/end swipe actions.
Swipe action Enter Trigger the action associated with the swipe action.
Esc Hide the swipe actions.
Tab Navigate to the next swipe action. If it is the last swipe action, navigate to the hide actions link.