enum sap.m.ListKeyboardMode

Control sample: sap.m.ListKeyboardMode
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Defines the keyboard handling behavior of the sap.m.List or sap.m.Table.


Properties Overview

Node Description
sap.m.ListKeyboardMode.Edit

This mode is suitable if the number of items is limited and if there are editable fields within the item.

While the last/first interactive element within an item has the focus, pressing tab/shift+tab moves the focus to the next/previous element in the tab chain after/before the item .

sap.m.ListKeyboardMode.Navigation

This default mode is suitable if the number of items is unlimited or if there is no editable field within the item.

While the last/first interactive element within an item has the focus, pressing tab/shift+tab moves the focus to the next/previous element in the tab chain after/before the sap.m.List or sap.m.Table.