!--a11y-->
Use
The getDefaultMenuStyle method specifies which preferred type of menu layout is to be used for a specific mobile device. The device properties delivered by SAP use the values linkList and selectionList, because there are two established variants for WAP-enabled devices:

It is strongly recommended to use this variant on Openwave browsers, because otherwise there is a significant difference in look-and-feel to other applications. However, on most of the other browsers this variant is not useful, because the <select> and <option> tags do not implement a menu-like display.
Values
|
Values |
Short Description |
|
selectionList |
The menu is displayed as a numbered list, and the menu options are selected directly by using the number keys of the mobile telephone. |
|
linkList |
The menu is displayed as a link list. The user must navigate to the desired link and select it. |
