- Java EE 8 Application Development
- David R. Heffelfinger
- 83字
- 2021-07-02 22:05:00
Grouping components
<h:panelGroup> is the next new tag in the example. Typically, <h:panelGroup> is used to group several components together so that they occupy a single cell in an <h:panelGrid>. This can be accomplished by adding components inside <h:panelGroup> and adding <h:panelGroup> to <h:panelGrid>. As can be seen in the example, this particular instance of <h:panelGroup> has no child components. In this particular case, the purpose of <h:panelGroup> is to have an empty cell and have the next component, <h:commandButton>, align with all other input fields in the form.
推薦閱讀
- 潮流:UI設(shè)計(jì)必修課
- PHP基礎(chǔ)案例教程
- 軟件測試工程師面試秘籍
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- JavaScript應(yīng)用開發(fā)實(shí)踐指南
- Red Hat Enterprise Linux Troubleshooting Guide
- Java Web從入門到精通(第2版)
- OpenCV 3.0 Computer Vision with Java
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- Python機(jī)器學(xué)習(xí)開發(fā)實(shí)戰(zhàn)
- 高質(zhì)量程序設(shè)計(jì)指南:C++/C語言
- 3D Printing Designs:Design an SD Card Holder
- Hands-On Artificial Intelligence with Unreal Engine