且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何找到SAP UI5控件ID生成的准确时间点和代码位置

更新时间:2022-09-03 21:27:43

In one of my blog How to monitor the control registration and deregistration ,

I demonstrate one approach to enable you to find the location where a given control which you are interested is created or destructed.

Still use the master list below for example:

如何找到SAP UI5控件ID生成的准确时间点和代码位置如何找到SAP UI5控件ID生成的准确时间点和代码位置Following the tips in my previous blog, we can easily find the callstack where control runtime id is generated.


By reading the code if seems the runtime id did consist of container xml view id and the control id itself defined in xml view.

如何找到SAP UI5控件ID生成的准确时间点和代码位置如何找到SAP UI5控件ID生成的准确时间点和代码位置