()
| 615 | } |
| 616 | |
| 617 | onEnterDOM() { |
| 618 | registerUI5Element(this, this._updateAssociatedLabelsTexts.bind(this)); |
| 619 | ResizeHandler.register(this.getDomRef()!, this.handleResizeCallback); |
| 620 | } |
| 621 | |
| 622 | onExitDOM() { |
| 623 | deregisterUI5Element(this); |
nothing calls this directly
no test coverage detected