一种简单地实现 SAP UI5 Master detail 页面的方法

简介: 一种简单地实现 SAP UI5 Master detail 页面的方法

image.png

image.png

/**
   * Navigates to the given page inside the SplitContainer.
   * The navigation is done inside the master area if the page has been added,
   * otherwise, it tries to do the page navigation in the detail area.
   *
   * @param {string} sPageId
   *         The screen to which we are navigating to. The ID or the control itself can be given.
     * @param {string} [transitionName=slide]
     *         The type of the transition/animation to apply. Options are "slide" (horizontal movement from the right), "baseSlide", "fade", "flip", and "show"
   *         and the names of any registered custom transitions.
   *
   *         None of the standard transitions is currently making use of any given transition parameters.
   * @param {object} oData
   *         This optional object can carry any payload data which should be made available to the target page. The BeforeShow event on the target page will contain this data object as data property.
   *
   *         Use case: in scenarios where the entity triggering the navigation can or should not directly initialize the target page, it can fill this object and the target page itself (or a listener on it) can take over the initialization, using the given data.
   *
   *         When the transitionParameters object is used, this "data" object must also be given (either as object or as null) in order to have a proper parameter order.
   * @param {object} oTransitionParameters
   *         This optional object can contain additional information for the transition function, like the DOM element which triggered the transition or the desired transition duration.
   *
   *         For a proper parameter order, the "data" parameter must be given when the transitionParameters parameter is used (it can be given as "null").
   *
   *         NOTE: It depends on the transition function how the object should be structured and which parameters are actually used to influence the transition.
   *         The "show", "slide" and "fade" transitions do not use any parameter.
   * @type this
   * @public
   * @since 1.10.0
   * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
   */
相关文章
|
22天前
|
人工智能 搜索推荐 Serverless
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
51 7
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
|
22天前
|
JavaScript 前端开发
如何优雅的只在当前页面中覆盖ui库中组件的样式(vue的问题)
如何优雅的只在当前页面中覆盖ui库中组件的样式(vue的问题)
14 0
如何优雅的只在当前页面中覆盖ui库中组件的样式(vue的问题)
|
1月前
|
机器学习/深度学习 人工智能 前端开发
机器学习PAI常见问题之web ui 项目启动后页面打不开如何解决
PAI(平台为智能,Platform for Artificial Intelligence)是阿里云提供的一个全面的人工智能开发平台,旨在为开发者提供机器学习、深度学习等人工智能技术的模型训练、优化和部署服务。以下是PAI平台使用中的一些常见问题及其答案汇总,帮助用户解决在使用过程中遇到的问题。
|
1月前
|
前端开发 搜索推荐 开发者
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
27 0
|
1月前
|
JavaScript 前端开发 开发者
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
SAP UI5 控件 sap.m.ListBase 的 inset 属性的作用介绍
15 0
|
1月前
|
Web App开发 数据采集 前端开发
纯技术讨论:如何让 SAP UI5 应用无法被别人在浏览器里调试 - 这种做法不推荐试读版
纯技术讨论:如何让 SAP UI5 应用无法被别人在浏览器里调试 - 这种做法不推荐试读版
15 0
|
1月前
|
XML 存储 数据格式
SAP UI5 控件 customData 属性的应用介绍
SAP UI5 控件 customData 属性的应用介绍
33 0
|
1月前
|
前端开发 JavaScript API
SAP UI5 sap.ui.require.toUrl 的作用介绍
SAP UI5 sap.ui.require.toUrl 的作用介绍
28 0
|
1月前
|
JSON 前端开发 测试技术
SAP UI5 sap.ui.core.util.MockServer.simulate 方法介绍
SAP UI5 sap.ui.core.util.MockServer.simulate 方法介绍
21 0
|
1月前
|
搜索推荐
SAP UI5 SmartTable.prototype._onMetadataInitialised 方法的深入介绍
SAP UI5 SmartTable.prototype._onMetadataInitialised 方法的深入介绍
32 0

热门文章

最新文章