当前位置:网站首页>SAP UI5 DynamicPage 控件介紹
SAP UI5 DynamicPage 控件介紹
2022-07-05 12:53:00 【汪子熙】
該控件從 SAP UI5 1.42 版開始可用。DynamicPage 是一個布局控件,由標題、具有動態行為的標題、內容區域和可選的浮動頁脚組成。
該控件由幾個組件組成:
DynamicPageTitle - 由左側的標題、中間的內容和右側的操作組成。 顯示的內容會根據 DynamicPageHeader 的當前模式而變化。
DynamicPageHeader - 一個通用容器,可以包含單個布局控件並且不關心內容對齊和響應性。 標頭在兩種模式下工作 - 展開模式(expanded)和收起模式(snapped),並且可以借助不同的屬性調整其行為。
內容區域 - 一個通用容器,可以有單個 UI5 布局控件,不用關心內容對齊和響應性。
頁脚 - 比特於底部,有一個小的偏移量,用於附加操作,頁脚浮動在內容上方。 它可以是任何 sap.m.IBar 控件。
如果需求是顯示一個始終可見的標題和一個具有可配置擴展/對齊功能的標題,請使用 DynamicPage。相反的,不需要擴展/對齊功能,最好使用 sap.m.Page 作為較輕的控件。
如果顯示的 sap.m.FlexBox 具有非自適應內容(不會拉伸以填充可用空間),建議將 FlexBox 的 fitContainer 屬性設置為 false。
如果您正在顯示 sap.ui.table.Table,請記住它是非自適應的,並且可能會導致 DynamicPage 在較小的屏幕尺寸(例如移動設備)上出現不可預測的行為。應該使用 sap.m 命名空間下的 Table 控件。
在以下情况下不支持將 DynamicPageTitle 收起(snap): 當 DynamicPage 有滾動條時,控件通常會滾動到 snap point 的比特置 。但是,當有滾動條但沒有足够的內容到達 snap point 時,無法使用滾動進行收起操作。
在DynamicPage的內容中使用 sap.ui.layout.form.Form、sap.m.Panel、sap.m.Table和sap.m.List控件時,如果要實現垂直方向的文字內容對齊,需要調整它們的左文字偏移量 sap.f.DynamicPageHeader 的內容和 DynamicPage 的內容之間的對齊。
響應行為:DynamicPage 的響應行為取决於所顯示內容的行為。要調整 DynamicPage 內容填充,可以使用 sapUiContentPadding、sapUiNoContentPadding 和 sapUiResponsiveContentPadding CSS 類。
边栏推荐
- 太方便了,钉钉上就可完成代码发布审批啦!
- stirring! 2022 open atom global open source summit registration is hot!
- RHCSA5
- Introduction to relational model theory
- Pinduoduo flag insertion remarks API
- Using MySQL in docker
- Pytoch loads the initialization V3 pre training model and reports an error
- Kotlin流程控制、循环
- Transactions from January 6 to October 2022
- 【云原生】Nacos-TaskManager 任务管理的使用
猜你喜欢
Four common problems of e-commerce sellers' refund and cash return, with solutions
What if wechat is mistakenly sealed? Explain the underlying logic of wechat seal in detail
JDBC -- use JDBC connection to operate MySQL database
Iterator details in list... Interview pits
Pytoch implements tf Functions of the gather() function
UNIX socket advanced learning diary - advanced i/o functions
Taobao order interface | order flag remarks, may be the most stable and easy-to-use interface
前几年外包干了四年,秋招感觉人生就这样了..
关于 SAP UI5 getSAPLogonLanguage is not a function 的错误消息以及 API 版本的讨论
A few years ago, I outsourced for four years. Qiu Zhao felt that life was like this
随机推荐
Redis cluster configuration
Reshape the power of multi cloud products with VMware innovation
Taobao product details API | get baby SKU, main map, evaluation and other API interfaces
RHCSA4
上午面了个腾讯拿 38K 出来的,让我见识到了基础的天花
Making and using the cutting tool of TTF font library
2021-12-21 transaction record
VoneDAO破解组织发展效能难题
Neural network of PRML reading notes (1)
滴滴开源DELTA:AI开发者可轻松训练自然语言模型
Pytoch through datasets Imagefolder loads datasets directly from files
自然语言处理从小白到精通(四):用机器学习做中文邮件内容分类
JDBC exercise - query data encapsulated into object return & simple login demo
Halcon 模板匹配实战代码(一)
谈谈我写作生涯的画图技巧
Distributed solution - Comprehensive decryption of distributed task scheduling platform - xxljob scheduling center cluster
UNIX socket advanced learning diary -ipv4-ipv6 interoperability
Kotlin变量
RHCSA2
Pytoch loads the initialization V3 pre training model and reports an error