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

Method _onForwardAfter

packages/compat/src/Table.ts:807–815  ·  view source on GitHub ↗
(e: CustomEvent<TableRowForwardAfterEventDetail>)

Source from the content-addressed store, hash-verified

805 }
806
807 _onForwardAfter(e: CustomEvent<TableRowForwardAfterEventDetail>) {
808 this.lastFocusedElement = e.detail.target;
809
810 if (!this.growsWithButton) {
811 this._focusForwardElement(true);
812 } else {
813 this.morеBtn!.focus();
814 }
815 }
816
817 _focusForwardElement(isAfter: boolean) {
818 this._forwardingFocus = true;

Callers

nothing calls this directly

Calls 2

_focusForwardElementMethod · 0.95
focusMethod · 0.45

Tested by

no test coverage detected