Namespace sap.m.MessageBox.ActionModule: sap/m/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.m.MessageBox.Action.ABORTAdds an "Abort" button to the message box.
sap.m.MessageBox.Action.CANCELAdds a "Cancel" button to the message box.
sap.m.MessageBox.Action.CLOSEAdds a "Close" button to the message box.
sap.m.MessageBox.Action.DELETEAdds a "Delete" button to the message box.
sap.m.MessageBox.Action.IGNOREAdds an "Ignore" button to the message box.
sap.m.MessageBox.Action.NOAdds a "No" button to the message box.
sap.m.MessageBox.Action.OKAdds an "OK" button to the message box.
sap.m.MessageBox.Action.RETRYAdds a "Retry" button to the message box.
sap.m.MessageBox.Action.YESAdds a "Yes" button to the message box.
Field Detail