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.