- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 153字
- 2021-08-13 16:17:39
Chapter 2. Using Input Components and Forms – Time to Listen to Users
You must be feeling eager to get more of Vaadin. What if we take a look at some of the input components Vaadin has to offer? In this chapter, we will take a closer look at the main components for retrieving and processing all the data that users want your application to be aware of. Read this chapter and you will be able to develop a lot of new useful rich Internet applications using Vaadin.
This chapter will cover the following topics:
- Separating business classes from UI classes
- Responding to value changes in input components
- Getting and setting the value of input components
- Tooltips and error indicators
- Underlying Vaadin technologies
- UI components hierarchy
- Vaadin's data model
- Comboboxes, checkboxes, text areas, option groups, twin column selects, and date/time pickers
- File uploading
It's time to have some fun. Keep reading.
推薦閱讀
- 案例式C語言程序設計
- C#程序設計實訓指導書
- Docker進階與實戰
- Mastering OpenCV 4
- Hands-On JavaScript High Performance
- Java程序設計與實踐教程(第2版)
- Learning Vaadin 7(Second Edition)
- Python忍者秘籍
- Mastering Backbone.js
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- 動手學數據結構與算法
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Everyday Data Structures
- Java并發編程:核心方法與框架
- 算法超簡單:趣味游戲帶你輕松入門與實踐