- Vaadin 7 Cookbook
- Jaroslav Holaň Ond?ej Kvasnovsk?
- 283字
- 2021-07-23 14:19:35
Introduction
Vaadin provides a comprehensive set of User Interface components. UI components are configurable, reusable elements that make up the user interface. We will show some of them.
Vaadin gives many alternatives for selecting one or more items from a list, using drop-down and regular lists, radio button and checkbox groups, tables, trees, and so on. We will learn how to use the ListSelect
component and we will also briefly mention differences in some other selection components. A very important component is a Table
. In this book, it is used in various examples. In this chapter, we will learn how to generate an additional column in the Table
.
We will show how to visualize data by using Flot chart and Highcharts libraries. Both chart libraries are written in JavaScript, which runs in the client browser. We will show how to integrate them with Vaadin server-side code.
Drag-and-drop is a very useful and practical feature. Users can simply grab an object with the mouse and drag it to a different location. It is possible to create drag-and-drop components for every component in Vaadin. We will use this feature for our custom file uploader.
The Joda-Time library provides better classes for work with dates in Java. We will show how to display a DateTime
type inside a Vaadin form.
Next, we will describe the Slider
component. It's a very useful component when we need to select a value between a minimum and maximum range.
Vaadin 7 comes with built-in support for SASS (Syntactically Awesome Stylesheets), which is an extension of CSS3. Finally, we will learn how to use CSS styles to restrict buttons in the RichTextArea
and how to the change the style of components.
- 社交網(wǎng)絡(luò)對齊
- 高校網(wǎng)絡(luò)道德教育研究
- 從區(qū)塊鏈到Web3:構(gòu)建未來互聯(lián)網(wǎng)生態(tài)
- Building Django 2.0 Web Applications
- SEO 20日
- 物聯(lián)網(wǎng)安全與深度學(xué)習(xí)技術(shù)
- 基于性能的保障理論與方法
- 搶占下一個(gè)智能風(fēng)口:移動物聯(lián)網(wǎng)
- 6G無線網(wǎng)絡(luò)空口關(guān)鍵技術(shù)
- 局域網(wǎng)組成實(shí)踐
- TCP/IP基礎(chǔ)(第2版)
- 人際網(wǎng)絡(luò)
- 物聯(lián)網(wǎng)M2M開發(fā)技術(shù):基于無線CPU-Q26XX
- 物聯(lián)網(wǎng)與智慧廣電
- Python Web Scraping Cookbook