当前位置:网站首页>Introduction to sap ui5 flexiblecolumnlayout control
Introduction to sap ui5 flexiblecolumnlayout control
2022-07-05 12:54:00 【Wang Zixi】
The control is located in the namespace sap.f under .
This control realizes the main... By displaying up to three pages in different columns - details - Detail paradigm .
This control is logically similar to sap.m.SplitContainer, The difference is that it can handle three columns ( be called Begin, Mid and End) Instead of two columns (Master, Detail). The width of these three columns is variable .
There are several possible layouts that can be made through the API Make changes , It can also be changed by the user through the layout arrow .
Use three in internal control sap.m.NavContainer example , So as to form three columns .
These three examples are shown in the figure below :

Use this control in applications that need to display information related to multiple logical levels at the same time ( for example , List item 、 term 、 Sub items, etc ). In a sense , The control is flexible , The application can focus the user's attention on a specific column , Make it bigger , Even full screen .
These columns can be accessed through beginColumnPages、midColumnPages and endColumnPages Aggregate access .
By means of getBeginColumnPages You can visit beginColumnPages, Other aggregations are similar .
The relative size and visibility of these three columns are based on layout The value of the attribute is determined .
Changes to the layout due to user interaction will be made through stateChange Events are communicated to applications .
The control automatically displays the maximum number of possible columns according to the device size and the current layout . The application does not need to consider the current device / The size of the screen , But you only need to add content to the column and change the value of the layout attribute .
Layout attribute :

although FlexibleColumnLayout Can display at the same time 2 or 3 A page , But they can never have the same width (50%/50% or 33%/33%/33%). One of the pages is always bigger ( an ), Even occupy the full width of the control ( Full screen ). It's intentional , Because users should clearly know what to focus on at any given moment , for example , A list of items 、 A specific project 、 Details of a project .
About FlexibleColumnLayout More about , Please refer to my SAP UI5 course :SAP UI5 Application development tutorial 97 - How to use the client JSON The model builds a Master-Detail-Detail Details page in layout
边栏推荐
- SAP 自开发记录用户登录日志等信息
- Pinduoduo flag insertion remarks API
- SAP SEGW 事物码里的 Association 建模方式
- 奔跑,开路
- ActiveMQ installation and deployment simple configuration (personal test)
- CF:A. The Third Three Number Problem【关于我是位运算垃圾这个事情】
- How to connect the API interface of Taobao open platform (super detailed)
- Redis cluster configuration
- jxl笔记
- JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
猜你喜欢

JSON parsing error special character processing (really speechless... Troubleshooting for a long time)

OPPO小布推出预训练大模型OBERT,晋升KgCLUE榜首

Storage Basics

Laravel文档阅读笔记-mews/captcha的使用(验证码功能)

Research: data security tools cannot resist blackmail software in 60% of cases

A few years ago, I outsourced for four years. Qiu Zhao felt that life was like this

JDBC exercise - query data encapsulated into object return & simple login demo

What is the difference between Bi software in the domestic market

关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益

国内市场上的BI软件,到底有啥区别
随机推荐
2021-12-22 transaction record
Research: data security tools cannot resist blackmail software in 60% of cases
Simply take stock reading notes (4/8)
Taobao, pinduoduo, jd.com, Doudian order & Flag insertion remarks API solution
Pinduoduo flag insertion remarks API
Sqoop import and export operation
946. 验证栈序列
【云原生】Nacos中的事件发布与订阅--观察者模式
NFT: how to make money with unique assets?
Distributed solution - distributed lock solution - redis based distributed lock implementation
Flume common commands and basic operations
10 minute fitness method reading notes (5/5)
Transactions on December 23, 2021
SAP SEGW 事物码里的 Association 建模方式
Transactions from December 29, 2021 to January 4, 2022
JDBC -- extract JDBC tool classes
ActiveMQ installation and deployment simple configuration (personal test)
RHCAS6
Alipay transfer system background or API interface to avoid pitfalls
View and terminate the executing thread in MySQL