destroy method of component should call a super class destroy
destroy: function () {
sap.ui.core.UIComponent.prototype.destroy.apply(this, arguments);
},
destroy method of component should call a super class destroy
destroy: function () {
sap.ui.core.UIComponent.prototype.destroy.apply(this, arguments);
},