enum sap.ui.core.aria.HasPopup

Control sample: sap.ui.core.aria.HasPopup
Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Types of popups to set as aria-haspopup attribute. Most of the values (except "None") of the enumeration are taken from the ARIA specification: https://www.w3.org/TR/wai-aria/#aria-haspopup


Properties Overview

Node Description
sap.ui.core.aria.HasPopup.Dialog

Dialog popup type.

sap.ui.core.aria.HasPopup.Grid

Grid popup type.

sap.ui.core.aria.HasPopup.ListBox

ListBox popup type.

sap.ui.core.aria.HasPopup.Menu

Menu popup type.

sap.ui.core.aria.HasPopup.None

None - the aria-haspopup attribute will not be rendered.

sap.ui.core.aria.HasPopup.Tree

Tree popup type.