()
| 281 | } |
| 282 | |
| 283 | onEnterDOM() { |
| 284 | this.setAttribute("popover", "manual"); |
| 285 | |
| 286 | if (isDesktop()) { |
| 287 | this.setAttribute("desktop", ""); |
| 288 | } |
| 289 | |
| 290 | this.tabIndex = -1; |
| 291 | |
| 292 | this.handleOpenOnEnterDOM(); |
| 293 | |
| 294 | this.setAttribute("data-sap-ui-fastnavgroup-container", "true"); |
| 295 | registerUI5Element(this, this._updateAssociatedLabelsTexts.bind(this)); |
| 296 | } |
| 297 | |
| 298 | handleOpenOnEnterDOM() { |
| 299 | if (this.open) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…