c++: Fix handling of the `final` contextual keyword
[geany-mirror.git] / tests / ctags / ui5.controller.js
blobeff40d02188634b0208c576261581f8241a777e7
1 sap.ui.controller("app.my_form", {\r
2 \r
3     successfulRequest: function(data) {\r
4         switch( data.mParameters.headers.SAAP_SERVICE ) {\r
5             case SAAP_SERVICE.APPROVAL_DETAIL:\r
6                 if (thisForm.getController().mApproval) {\r
7                 }\r
8         }\r
9     },\r
11     onInit : function () {\r
12         this.selectListView = null;\r
13         sap.ui.getCore().byId("id_createButton").setEnabled(true);\r
14     },\r
16     refreshForm : function (AUFNR) {\r
17         if (AUFNR && AUFNR !== '') {\r
18             this.objId = this.oView.sId;\r
19         }\r
20         return;\r
21     },\r
23     refreshSettlements : function (AUFNR) {\r
24     },\r
26     setRefreshed : function (value) {\r
27         this.refreshed = value;\r
28     },\r
29 });\r