MCPcopy Create free account
hub / github.com/UI5/webcomponents / onEnterDOM

Function onEnterDOM

packages/main/src/Popup.ts:283–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 3

isDesktopFunction · 0.85
registerUI5ElementFunction · 0.85
handleOpenOnEnterDOMMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…