()
| 620 | } |
| 621 | |
| 622 | onExitDOM() { |
| 623 | deregisterUI5Element(this); |
| 624 | this.unobserveListEnd(); |
| 625 | this.unobserveListStart(); |
| 626 | ResizeHandler.deregister(this.getDomRef()!, this.handleResizeCallback); |
| 627 | } |
| 628 | |
| 629 | onBeforeRendering() { |
| 630 | this.detachGroupHeaderEvents(); |
nothing calls this directly
no test coverage detected