Namespace sap.m.MessageBox.IconModule: sap/m/MessageBox


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

Field Summary
sap.m.MessageBox.Icon.ERRORShows the error icon in the message box.
sap.m.MessageBox.Icon.INFORMATIONShows the information icon in the message box.
sap.m.MessageBox.Icon.NONEShows no icon in the message box.
sap.m.MessageBox.Icon.QUESTIONShows the question icon in the message box.
sap.m.MessageBox.Icon.SUCCESSShows the success icon in the message box.
sap.m.MessageBox.Icon.WARNINGShows the warning icon in the message box.
Field Detail
sap.m.MessageBox.Icon.ERROR
Shows the error icon in the message box.
sap.m.MessageBox.Icon.INFORMATION
Shows the information icon in the message box.
sap.m.MessageBox.Icon.NONE
Shows no icon in the message box.
sap.m.MessageBox.Icon.QUESTION
Shows the question icon in the message box.
sap.m.MessageBox.Icon.SUCCESS
Shows the success icon in the message box.
sap.m.MessageBox.Icon.WARNING
Shows the warning icon in the message box.