UNPKG

generator-openui5

Version:
12 lines (10 loc) 417 B
jQuery.sap.declare("<%= fioriComponentNamespace %>.util.Controller"); sap.ui.core.mvc.Controller.extend("<%= fioriComponentNamespace %>.util.Controller", { getEventBus : function () { var sComponentId = sap.ui.core.Component.getOwnerIdFor(this.getView()); return sap.ui.component(sComponentId).getEventBus(); }, getRouter : function () { return sap.ui.core.UIComponent.getRouterFor(this); } });