UI5 Navigation execution entry point

简介: Created by Jerry Wang, last modified on Jan 18, 2015

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:

image.png


The variable I in line 2457 contains navigation target:

image.png


拿到navigation target的ID:

image.png


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

image.png

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

image.png

相关文章
|
XML 数据格式 开发者
SAP UI5 XML 视图里解析 Extension Point 的触发点
SAP UI5 XML 视图里解析 Extension Point 的触发点
|
XML 数据格式
SAP ui5 xml view parse and control creation point
Created by Wang, Jerry on May 15, 2015
SAP ui5 xml view parse and control creation point
|
5月前
|
前端开发 搜索推荐 开发者
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
|
5月前
|
JavaScript 前端开发 开发者
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
|
5月前
|
前端开发 JavaScript API
SAP UI5 sap.ui.require.toUrl 的作用介绍
SAP UI5 sap.ui.require.toUrl 的作用介绍
|
5月前
|
JSON 前端开发 测试技术
SAP UI5 sap.ui.core.util.MockServer.simulate 方法介绍
SAP UI5 sap.ui.core.util.MockServer.simulate 方法介绍
使用 SAP UI5 Event Bus 机制,修复 SAP UI5 分页显示数据的一个 bug 试读版
使用 SAP UI5 Event Bus 机制,修复 SAP UI5 分页显示数据的一个 bug 试读版
|
5月前
|
缓存 JavaScript 前端开发
如何理解 SAP UI5 的 sap.ui.define 函数?
如何理解 SAP UI5 的 sap.ui.define 函数?
|
5月前
|
监控 测试技术
SAP 电商云修改 Product Catalog Staged 版本数据后,同步到 online 版本的 UI 操作
SAP 电商云修改 Product Catalog Staged 版本数据后,同步到 online 版本的 UI 操作
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen