/*! * SAP UI development toolkit for HTML5 (SAPUI5/OpenUI5) * (c) Copyright 2009-2015 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(['jquery.sap.global'],function(q){"use strict";var B={};B.render=function(r,c){r.write("");if(c.getTitle()){r.write("
");r.writeEscaped(c.getTitle());r.write("
");}r.renderControl(c._oLabel);r.renderControl(c._busyIndicator);if(c.getShowCancelButton()){if(sap.ui.Device.system.phone){r.write("");}else{r.renderControl(c._oButtonToolBar);}}r.write("");};return B;},true);