- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 129字
- 2021-08-13 16:17:38
Summary
We learned some cool features in this chapter:
- We configured our development environment using Eclipse, NetBeans, and Maven.
- We learned the details of the code IDE wizards (or Maven) generated when we create a new project.
- We learned how components are internally arranged in a tree, where the root is a class extending
UI
. - We learned that the
init
method of ourUI
class is like a starting point for building our user interface. - We used labels and buttons and attached them to a vertical layout.
- We also learned how easy it is to show notifications using the static methods of the
Notification
class.
Now you are able to develop simple web applications using Vaadin. The next chapter will teach you how to use more complex input components.
推薦閱讀
- DevOps with Kubernetes
- INSTANT OpenCV Starter
- Oracle Database In-Memory(架構(gòu)與實(shí)踐)
- Leap Motion Development Essentials
- Mastering Unity Shaders and Effects
- Podman實(shí)戰(zhàn)
- Mastering Python Networking
- Android底層接口與驅(qū)動(dòng)開(kāi)發(fā)技術(shù)詳解
- D3.js 4.x Data Visualization(Third Edition)
- Python Data Analysis Cookbook
- iOS開(kāi)發(fā)實(shí)戰(zhàn):從入門(mén)到上架App Store(第2版) (移動(dòng)開(kāi)發(fā)叢書(shū))
- SQL Server實(shí)用教程(SQL Server 2008版)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- JavaScript腳本特效編程給力起飛
- Python應(yīng)用與實(shí)戰(zhàn)