()
| 731 | } |
| 732 | |
| 733 | onEnterDOM() { |
| 734 | ResizeHandler.register(this, this._handleResizeBound); |
| 735 | registerUI5Element(this, this._updateAssociatedLabelsTexts.bind(this)); |
| 736 | this._enableComposition(); |
| 737 | } |
| 738 | |
| 739 | onExitDOM() { |
| 740 | ResizeHandler.deregister(this, this._handleResizeBound); |
nothing calls this directly
no test coverage detected