Enum sap.m.ListKeyboardModeModule: sap/m/library
Defines the keyboard handling behavior of the sap.m.List
or sap.m.Table
.
Since: 1.38.0.
Field Summary
sap.m.ListKeyboardMode.EditThis mode is suitable if the number of items is limited and if there are editable fields within the item.
sap.m.ListKeyboardMode.NavigationThis default mode is suitable if the number of items is unlimited or if there is no editable field within the item.
Field Detail
sap.m.ListKeyboardMode.Edit: string
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: string
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
.