enum sap.ui.commons.MessageBox.Icon

Visiblity: public
Available since: N/A
Module: sap/ui/commons/MessageBox
Application Component: CA-UI5-CTR

Enumeration of the pre-defined icons that can be used in a MessageBox.


Properties Overview

Node Description
sap.ui.commons.MessageBox.Icon.CRITICAL

Shows the critical error icon in the message box.
Deprecated as of version 1.9.1. The error icon is used instead

sap.ui.commons.MessageBox.Icon.ERROR

Shows the error icon in the message box.

sap.ui.commons.MessageBox.Icon.INFORMATION

Shows the information icon in the message box.

sap.ui.commons.MessageBox.Icon.NONE

Shows no icon in the message box.

sap.ui.commons.MessageBox.Icon.QUESTION

Shows the question icon in the message box.

sap.ui.commons.MessageBox.Icon.SUCCESS

Shows the success icon in the message box.

sap.ui.commons.MessageBox.Icon.WARNING

Shows the warning icon in the message box.