- 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.
推薦閱讀
- 多媒體CAI課件設(shè)計與制作導(dǎo)論(第二版)
- Mastering Ext JS(Second Edition)
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Android項目開發(fā)入門教程
- Oracle從新手到高手
- JavaFX Essentials
- HTML5 移動Web開發(fā)從入門到精通(微課精編版)
- 深入淺出Windows API程序設(shè)計:編程基礎(chǔ)篇
- Java面向?qū)ο蟪绦蜷_發(fā)及實戰(zhàn)
- React.js Essentials
- Python Network Programming Cookbook(Second Edition)
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實戰(zhàn)編碼
- Building a Quadcopter with Arduino
- Web Development with MongoDB and Node(Third Edition)
- INSTANT Sinatra Starter