UI5 Navigation execution entry point

Created by Jerry Wang, last modified on Jan 18, 2015

Set the breakpoint to the following two lines and they will be triggered once you perform navigation in UI:

UI5 Navigation execution entry point


The variable I in line 2457 contains navigation target:

UI5 Navigation execution entry point


拿到navigation target的ID:

UI5 Navigation execution entry point


fire一个navigation事件,source和target信息存放在变量n里:

UI5 Navigation execution entry point

然后就call renderManager开始绘制navigation target的UI:

UI5 Navigation execution entry point

上一篇:A good debug parameter - sap-ds-debug=true


下一篇:where is application controller bound to application main view