当前位置:网站首页>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 類。
边栏推荐
- The relationship between the size change of characteristic graph and various parameters before and after DL convolution operation
- 【云原生】Nacos-TaskManager 任务管理的使用
- 从39个kaggle竞赛中总结出来的图像分割的Tips和Tricks
- 深度长文探讨Join运算的简化和提速
- 实战模拟│JWT 登录认证
- Pytoch monolayer bidirectional_ LSTM implements MNIST and fashionmnist data classification
- 前几年外包干了四年,秋招感觉人生就这样了..
- GPON technical standard analysis I
- Taobao short videos are automatically released in batches without manual RPA open source
- Resnet18 actual battle Baoke dream spirit
猜你喜欢
关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益
SAP UI5 视图里的 OverflowToolbar 控件
深度长文探讨Join运算的简化和提速
Simply take stock reading notes (2/8)
Setting up sqli lab environment
2021-12-21 transaction record
JDBC exercise - query data encapsulated into object return & simple login demo
RHCSA5
JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
【云原生】Nacos中的事件发布与订阅--观察者模式
随机推荐
Simply take stock reading notes (3/8)
Detailed structure and code of inception V3
Principle of universal gbase high availability synchronization tool in Nanjing University
Pinduoduo flag insertion remarks API
Taobao short videos are automatically released in batches without manual RPA open source
我在滴滴做开源
JDBC -- extract JDBC tool classes
Transactions from December 29, 2021 to January 4, 2022
jxl笔记
Research: data security tools cannot resist blackmail software in 60% of cases
Compile kernel modules separately
Kotlin process control and circulation
Vonedao solves the problem of organizational development effectiveness
你的下一台电脑何必是电脑,探索不一样的远程操作
Taobao order amount check error, avoid capital loss API
Pytoch through datasets Imagefolder loads datasets directly from files
Halcon 模板匹配实战代码(一)
关于 SAP UI5 getSAPLogonLanguage is not a function 的错误消息以及 API 版本的讨论
以VMware创新之道,重塑多云产品力
Resnet18 actual battle Baoke dream spirit