UI5 Navigation execution entry point

  • 2019 年 10 月 4 日
  • 笔记

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

本文链接:https://jerry.blog.csdn.net/article/details/100849894

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:

The variable I in line 2457 contains navigation target:

拿到navigation target的ID:

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

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