namespace sap/ui/events/F6Navigation

Visiblity: restricted
Available since: N/A
Module: sap/ui/events/F6Navigation
Application Component:

Central handler for F6 key event. Based on the current target and the given event the next element in the F6 chain is focused.

This handler might be also called manually. In this case the central handler is deactivated for the given event.

If the event is not a keydown event, it does not represent the F6 key, the default behavior is prevented, the handling is explicitly skipped (oSettings.skip) or the target (oSettings.target) is not contained in the used scopes (oSettings.scope), the event is skipped.


Nodes Overview

Node Description

Methods Overview

Method Description
module:sap/ui/events/F6Navigation.handleF6GroupNavigation

Handles the F6 key event.

module:sap/ui/events/F6Navigation.handleF6GroupNavigation

Handles the F6 key event.

Param Type DefaultValue Description
oEvent jQuery.Event

a keydown event object.

oSettings object

further options in case the handler is called manually.

skip boolean false

whether the event should be ignored by the central handler (see above)

target Element document.activeElement

the DOMNode which should be used as starting point to find the next DOMNode in the F6 chain.

scope Element[] [document]

the DOMNodes(s) which are used for the F6 chain search