- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 116字
- 2021-08-13 16:17:43
Horizontal layouts
There are two types of components in Vaadin: Layout components and non-layout components. We can put both, layout and non-layout components, into layout components. We have already used a layout component, VerticalLayout
, which allowed us to arrange components in a vertical fashion. What we want to do in this chapter is to build a user interface with a more sophisticated design, something like this:

You can think of this design as a big vertical layout containing an upper section and a lower section. The upper section contains only the header while the lower section contains a menu and a content area. These last components on the lower section are arranged not vertically but horizontally.
推薦閱讀
- 計算思維與算法入門
- Learning C# by Developing Games with Unity 2020
- 算法訓練營:入門篇(全彩版)
- Python進階編程:編寫更高效、優雅的Python代碼
- MATLAB實用教程
- R的極客理想:工具篇
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Unity Game Development Scripting
- Python之光:Python編程入門與實戰
- Instant PHP Web Scraping
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 分布式數據庫原理、架構與實踐
- Django Design Patterns and Best Practices
- Mastering HTML5 Forms
- Simulation for Data Science with R