enum sap.m.MessageBox.Action

Control sample: sap.m.MessageBox.Action
Visiblity: public
Available since: N/A
Module: sap/m/MessageBox
Application Component: CA-UI5-CTR

Enumeration of supported actions in a MessageBox.

Each action is represented as a button in the message box. The values of this enumeration are used for both, specifying the set of allowed actions as well as reporting back the user choice.


Properties Overview

Node Description
sap.m.MessageBox.Action.ABORT

Adds an "Abort" button to the message box.

sap.m.MessageBox.Action.CANCEL

Adds a "Cancel" button to the message box.

sap.m.MessageBox.Action.CLOSE

Adds a "Close" button to the message box.

sap.m.MessageBox.Action.DELETE

Adds a "Delete" button to the message box.

sap.m.MessageBox.Action.IGNORE

Adds an "Ignore" button to the message box.

sap.m.MessageBox.Action.NO

Adds a "No" button to the message box.

sap.m.MessageBox.Action.OK

Adds an "OK" button to the message box.

sap.m.MessageBox.Action.RETRY

Adds a "Retry" button to the message box.

sap.m.MessageBox.Action.YES

Adds a "Yes" button to the message box.