- 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.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Learning C# by Developing Games with Unity 2020
- Visual Basic編程:從基礎到實踐(第2版)
- Blender 3D Incredible Machines
- 鋒利的SQL(第2版)
- The Data Visualization Workshop
- Spring快速入門
- 微信小程序開發與實戰(微課版)
- 創意UI Photoshop玩轉移動UI設計
- DB2SQL性能調優秘笈
- HTML5與CSS3權威指南
- 編程的原則:改善代碼質量的101個方法
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- 微信公眾平臺開發最佳實踐
- C#程序設計基礎與實踐