当前位置:网站首页>SAP ui5 application development tutorial 105 - detailed introduction to the linkage effect implementation of SAP ui5 master detail layout mode
SAP ui5 application development tutorial 105 - detailed introduction to the linkage effect implementation of SAP ui5 master detail layout mode
2022-07-03 03:47:00 【Wang Zixi】
One suit SAP UI5 A step-by-step learning tutorial for beginners
Author's brief introduction
Jerry Wang,2007 After graduating from the University of Electronic Science and technology with a master's degree in computer science, he joined SAP Chengdu Research Institute has worked so far .Jerry yes SAP Community mentors ,SAP Chinese technical Ambassador . In a 15 Year of SAP Standard product development career ,Jerry Once participated in SAP Business ByDesign, SAP CRM, SAP Cloud for Customer, SAP S/4HANA, SAP Commerce Cloud( E-commerce cloud ) And other standard products .
Jerry Use in work ABAP, Java, JavaScript and TypeScript Development , Yes, including SAP UI5 More than one SAP Self research framework has in-depth research .
Tutorial directory
SAP UI5 One of the application development tutorials :Hello World
SAP UI5 Application development tutorial II :SAP UI5 The guiding process of Bootstrap
SAP UI5 Application development tutorial 3 : Start touching the first SAP UI5 Control
SAP UI5 Application development tutorial 5 : View controller
SAP UI5 Application development tutorial 6 - understand SAP UI5 Module (Module) Concept
SAP UI5 Application development tutorial 7 - JSON A preliminary study of the model
SAP UI5 Application development tutorial 8 - Multilingual support
SAP UI5 Application Development Tutorial 9 - Create the first one Component
SAP UI5 Application development tutorial 10 - What is? SAP UI5 Applied descriptor Descriptor
SAP UI5 Application development tutorial 11 :SAP UI5 Container class control Page and Panel
SAP UI5 Application development tutorial 12 - Use CSS Class to UI Further beautification
SAP UI5 Application development tutorial 13 - How to add custom CSS class
SAP UI5 Application development tutorial 14 - How embedded views are used
SAP UI5 Application development tutorial 15 - Dialog box and Fragments How to use
SAP UI5 Application development tutorial 17 - Aggregate binding in UI5 Use in composite controls
SAP UI5 Application development tutorial 19 - SAP UI5 Data types and complex data binding
SAP UI5 Application development tutorial 20 - SAP UI5 Explanation of expression binding usage
SAP UI5 Application development tutorial 21 - SAP UI5 Custom formatter Custom Formatter
SAP UI5 Application development tutorial 22 - filter filter The development and use of
SAP UI5 Application development tutorial 23 - Sorting of list controls Sort And grouping Group
SAP UI5 Application development tutorial 24 - How to use OData Data model
SAP UI5 Application development tutorial 27 - SAP UI5 Applied unit testing tools QUnit Introduce
SAP UI5 Application development tutorial 30 - SAP UI5 Parameter transfer in the routing process of
SAP UI5 Application development tutorial 32 - How to create a custom SAP UI5 Control
SAP UI5 Application development tutorial 53 - How to customize SAP UI5 data type (Data Type)
SAP UI5 Application development tutorial - SAP UI5 Tree control (tree) Development of
SAP UI5 Application development tutorial - How to be in SAP UI5 Show world map in app
SAP UI5 Application development tutorial 60 - SAP UI5 Some advanced uses of map controls
SAP UI5 Application development tutorial - stay SAP UI5 Draw Gantt chart in application Gantt Chart
SAP UI5 Application development tutorial - be based on OData V4 Of SAP UI5 How to use table controls
SAP UI5 Application development tutorial 70 - How to use button control to trigger page route jump
SAP UI5 Application development tutorial 71 - SAP UI5 Nested routing of pages
SAP UI5 Application development tutorial 72 - SAP UI5 Animation effect setting of page routing
SAP UI5 Application development tutorial 86 - Start developing the simplest local Mock Data server
SAP UI5 Application development tutorial 101 - SAP UI5 Applied Locale The decision mechanism
explain
Jerry from 2014 To join in SAP Chengdu Research Institute CRM Fiori After that, the development team began to contact SAP UI5, Once in the SAP Communities and “ Wang Zixi ” There are many articles on WeChat official account SAP UI5 Working principle and source code analysis article .
stay Jerry This article Yes SAP UI5 A novice who knows nothing , Which materials are better to start with ? It was mentioned that ,Jerry Also from the SAP UI5 Rookies come all the way , Knowing that only ABAP Developers with development background , towards SAP UI5 It is not easy to transform the development field , So I designed this job in my spare time SAP UI5 Different levels
Learning tutorials for learners , Develop a complete SAP UI5 Application process , Split into several steps , Make every effort to , Cover all the knowledge points involved in .
These knowledge points may not be like mine UI5 The source code analysis series is so in-depth , But try to explain in simple terms , Important knowledge points are accompanied by detailed screenshots to assist the text introduction , Facilitate the understanding of tutorial learners .
The source code for each step of this tutorial , All stored in my Github On , Use folders separately 01,02,03 Wait to identify , For example, steps 1 The source code of is here .
Each step is based on the previous step , Added several new features . Suggest zero basis or to SAP UI5 Little known SAP UI5 beginner
, Learn step by step from the first step in order , Download the code locally , With the text explanation of the tutorial , Do it yourself , To deepen understanding .
For already There is a certain foundation
Of SAP UI5 Developer , You can use the contents of this article , Skip the previous basic chapter , Direct selection is related to your work project , Or include some knowledge points and chapters that you haven't mastered yet to study pertinently .
If you have any questions about each step of the tutorial , Welcome to give me comments in the corresponding step article of the tutorial , Leave a message . Although I am usually busy with development , But I promise I will check the comments you left me regularly , For the technical questions involved , I will Take time to answer
.
In this tutorial 97 A step SAP UI5 Application development tutorial 97 - How to use the client JSON The model builds a Master-Detail-Detail Details page in layout , We have built one Master-Detail The layout of the shelf up .
This step will continue at 97 Improve on the basis of steps .
First, let's take a look at the final effect . Visit below url:
http://localhost:8080/webapp/index.html
You will see a list page :
After clicking any of the list line items , The screen is divided into left and right parts , The details page corresponding to the selected line item is displayed on the right . Notice in the address bar url, Accordingly, changes have taken place :
http://localhost:8080/webapp/index.html#/detail/94/TwoColumnsMidExpanded
At this time, the width ratio between the list view on the left and the detail page view on the right is not 1:1, It's about 1:2, This is a SAP UX The design is intentional , Because at this time, after the user clicks the list line item , Explain that the user's focus will be on the detailed view of line items , Therefore, the current working area is to highlight the details page through this width ratio .
Empathy , Click on Supplier tab after , Will make Supplier The top row of the area is displayed at the top of the details page on the right , At the same time, the header area of the details page is automatically hidden ( You can make a comparison with the display effect of the header area of the details page in the above figure ). This behavior is the same , It is also to highlight the current user's focus on Supplier Area , Therefore, other irrelevant areas are hidden .
We can use the details page Pin Header
Button , Display the header area of the details page lock
, such , Even if Supplier tab When clicked , The head up area will not be hidden .
in addition , Through the head up area Collapse Header
Button , We can also manually hide the display of the header area .
Master-Detail Layout is widely used in SAP Of each product Fiori Application , The most typical is SAP S/4HANA, So this layout is very important , Every SAP UI5 Developers should strive to master .
When this step is done , The dynamic effect of operation is as follows gif The diagram shows .
below Is the specific implementation steps .
边栏推荐
- Hi3536c v100r001c02spc040 cross compiler installation
- [leetcode question brushing day 34] 540 Unique element in array, 384 Disrupt array, 202 Happy number, 149 Maximum number of points on a line
- Recursive use and multi-dimensional array object to one-dimensional array object
- Leetcode: dynamic planning template
- Positioning (relative positioning, absolute positioning, fixed positioning, Z-index) 2022-2-11
- js中#号的作用
- [set theory] partial order relation (partial order relation definition | partial order set definition | greater than or equal to relation | less than or equal to relation | integer division relation |
- node,npm以及yarn下载安装
- 用Three.js做一個簡單的3D場景
- leetcode:动态规划模板
猜你喜欢
Pytoch lightweight visualization tool wandb (local)
Recursion: one dimensional linked lists and arrays
Ffmpeg download and installation tutorial and introduction
Leetcode: dynamic planning template
MongoDB复制集【主从复制】
机械臂速成小指南(八):运动学建模(标准DH法)
Error in compiled file: error: unmapped character encoding GBK
The calculation of stripe, kernel and padding in CNN
没有sXid,suid&sgid将进入险境!-尚文网络xUP楠哥
Numpy warning visibledeprecationwarning: creating an ndarray from ragged needed sequences
随机推荐
The difference between static web pages and dynamic web pages & the difference between Web1.0 and Web2.0 & the difference between get and post
pytorch项目怎么跑?
用Three.js做一個簡單的3D場景
SAP UI5 应用开发教程之一百零五 - SAP UI5 Master-Detail 布局模式的联动效果实现明细介绍
Some preliminary preparations for QQ applet development: make an appointment for a development account, download and install developer tools, and create QQ applet
Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence
105. SAP UI5 Master-Detail 布局模式的联动效果实现明细介绍
Latest version of NPM: the "NPM" item cannot be recognized as the name of a cmdlet, function, script file, or runnable program. Please check
TCP, the heavyweight guest in tcp/ip model -- Kuige of Shangwen network
Web session management security issues
FileZilla Client下載安裝
Stepping on pits and solutions when using inputfilter to limit EditText
C language hashtable/hashset library summary
pytorch开源吗?
pytorch怎么下载?pytorch在哪里下载?
navicat 导出数据库的表结构
递归:一维链表和数组
Applet get user avatar and nickname
js中#号的作用
2020-01-01t00:00:00.000000z date format conversion