Created by Wang, Jerry, last modified on Nov 08, 2015
- Control.prototype.destroy
- _cleanupBusyIndicator();
- sap.ui.core.ResizeHandler.deregisterAllForControl
- this._busyIndicatorDelayedCallId
- q.sap.clearDelayedCall
- this._busyAnimationTimer1
- clearTimeout(this._busyAnimationTimer1);
- bSuppressInvalidate if true, the UI element is not marked for redraw
- ManagedObject.prototype.destroy.call(this, bSuppressInvalidate);
- this.$().remove(); // remove this control from DOM, e.g. if there is no parent
- Inside view.destroy, it will call this.exit if this.exit exists.
- in control.prototype.exit, this.oAfterRenderingNotifier.destroy();
- in control.prototype.onControllerConnected, sap.ui.base.ManagedObject.runWithPreprocessors calls X.parseTemplate
- In Core.js, Core.prototype.deregisterElement, delete this.mElements[oElement.getId()];
要获取更多Jerry的原创文章,请关注公众号"汪子熙":

来源:https://blog.csdn.net/i042416/article/details/100824026