BUTTON
- https://sapui5.hana.ondemand.com/#/entity/sap.m.Button
- https://sapui5.hana.ondemand.com/sdk/#/api/sap.m.ButtonType%23overview
CHECKBOX
COMBO BOX
RADIO BUTTON
- https://sapui5.hana.ondemand.com/#/entity/sap.m.RadioButton/sample/sap.m.sample.RadioButton
- https://jsbin.com/yanoka/edit?html,js,output
MESSAGE BOX
MessageBox.confirm("Approve purchase order 12345?");
MessageBox.alert("The quantity you have reported exceeds the quantity planed.");
MessageBox.error("Select a team in the \"Development\" area.\n\"Marketing\" isn't assigned to this area.");
MessageBox.information("Your booking will be reserved for 24 hours.");
MessageBox.warning("The project schedule was last updated over a year ago.");
MessageBox.success("Project 1234567 was created and assigned to team \"ABC\".");
MESSAGE TRIP