Enum sap.ui.commons.MessageBox.ActionModule: sap/ui/commons/MessageBox


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.

Field Summary
sap.ui.commons.MessageBox.Action.ABORTAdds an "Abort" button to the message box.
sap.ui.commons.MessageBox.Action.CANCELAdds a "Cancel" button to the message box.
sap.ui.commons.MessageBox.Action.CLOSEAdds a "Close" button to the message box.
sap.ui.commons.MessageBox.Action.IGNOREAdds an "Ignore" button to the message box.
sap.ui.commons.MessageBox.Action.NOAdds a "No" button to the message box.
sap.ui.commons.MessageBox.Action.OKAdds an "Ok" button to the message box.
sap.ui.commons.MessageBox.Action.RETRYAdds a "Retry" button to the message box.
sap.ui.commons.MessageBox.Action.YESAdds a "Yes" button to the message box.
Field Detail
sap.ui.commons.MessageBox.Action.ABORT
Adds an "Abort" button to the message box.
sap.ui.commons.MessageBox.Action.CANCEL
Adds a "Cancel" button to the message box.
sap.ui.commons.MessageBox.Action.CLOSE
Adds a "Close" button to the message box.
sap.ui.commons.MessageBox.Action.IGNORE
Adds an "Ignore" button to the message box.
sap.ui.commons.MessageBox.Action.NO
Adds a "No" button to the message box.
sap.ui.commons.MessageBox.Action.OK
Adds an "Ok" button to the message box.
sap.ui.commons.MessageBox.Action.RETRY
Adds a "Retry" button to the message box.
sap.ui.commons.MessageBox.Action.YES
Adds a "Yes" button to the message box.