--- title: Overview order: 1 layout: page --- [[clientsidewidgets.overview]] = Overview The Vaadin client-side API is based on the Google Web Toolkit. It involves __widgets__ for representing the user interface as Java objects, which are rendered as a HTML DOM in the browser. Events caused by user interaction with the page are delegated to event handlers, where you can implement your UI logic. In general, the client-side widgets come in two categories - basic GWT widgets and Vaadin-specific widgets. The library includes __connectors__ for integrating the Vaadin-specific widgets with the server-side components, thereby enabling the server-side development model of Vaadin. The integration is described in <>. The layout of the client-side UI is managed with __panel__ widgets, which correspond in their function with layout components in the Vaadin server-side API. In addition to the rendering API, the client-side API includes facilities for making HTTP requests, logging, accessibility, internationalization, and testing. For information about the basic GWT framework, please refer to https://developers.google.com/web-toolkit/overview. value='3rdparty/stable30/sabre-dav-itip-broker'>3rdparty/stable30/sabre-dav-itip-broker Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/BitmapTest.php
blob: 32d6ce896e4c43537f23cbb317ccbf6cda226401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43