MCPcopy Index your code
hub / github.com/UI5/webcomponents / _focusCurrentItem

Method _focusCurrentItem

packages/main/src/TableNavigation.ts:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 _focusCurrentItem() {
113 this._focusElement(this._gridWalker.getCurrent() as HTMLElement);
114 }
115
116 _handleEnter(e: KeyboardEvent, eventOrigin: HTMLElement) {
117 if (eventOrigin.hasAttribute("ui5-table-cell-base")) {

Callers 10

_handleF2Method · 0.95
_handleF7Method · 0.95
_onkeydownMethod · 0.95
_onclickMethod · 0.95
_onfocusinMethod · 0.95
_onkeydownMethod · 0.45
_onMouseDownMethod · 0.45
_onItemKeyDownMethod · 0.45
focusColorElementMethod · 0.45
_navigateToEndContentMethod · 0.45

Calls 2

_focusElementMethod · 0.95
getCurrentMethod · 0.80

Tested by

no test coverage detected