当前位置:网站首页>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 類。

边栏推荐
猜你喜欢

VoneDAO破解组织发展效能难题

Kotlin变量

Kotlin variable

深度长文探讨Join运算的简化和提速

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

SAP SEGW 事物码里的 ABAP 类型和 EDM 类型映射的一个具体例子

Preliminary exploration of basic knowledge of MySQL

Setting up sqli lab environment

From the perspective of technology and risk control, it is analyzed that wechat Alipay restricts the remote collection of personal collection code

RHCSA1
随机推荐
Pytoch uses torchnet Classerrormeter in meter
Free testing of Taobao tmall API order and flag insertion remark interface
SAP UI5 视图里的 OverflowToolbar 控件
NFT: how to make money with unique assets?
【Nacos云原生】阅读源码第一步,本地启动Nacos
《信息系统项目管理师》备考笔记---信息化知识
初识Linkerd项目
Transactions from January 14 to 19, 2022
Kotlin function
Making and using the cutting tool of TTF font library
深度长文探讨Join运算的简化和提速
JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
NLP engineer learning summary and index
SAP SEGW 事物码里的 ABAP Editor
DNS的原理介绍
Rasa Chat Robot Tutorial (translation) (1)
RHCSA3
10 minute fitness method reading notes (5/5)
Pytoch loads the initialization V3 pre training model and reports an error
Redis master-slave configuration and sentinel mode