diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2015-12-03 14:59:05 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-12-03 14:59:12 +0000 |
commit | 2af72ba9636bec70046394c41744f89ce4572e35 (patch) | |
tree | ccb3dc2d2239585f8c3f79eb5f131ff61ca9ce86 /documentation/clientsidewidgets/clientsidewidgets-overview.asciidoc | |
parent | 8aa5fabe89f2967e966a64842a608eceaf80d08f (diff) | |
download | vaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.tar.gz vaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.zip |
Revert "Merge branch 'documentation'"7.6.0.beta2
This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.
Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
Diffstat (limited to 'documentation/clientsidewidgets/clientsidewidgets-overview.asciidoc')
-rw-r--r-- | documentation/clientsidewidgets/clientsidewidgets-overview.asciidoc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/documentation/clientsidewidgets/clientsidewidgets-overview.asciidoc b/documentation/clientsidewidgets/clientsidewidgets-overview.asciidoc deleted file mode 100644 index 75206944ed..0000000000 --- a/documentation/clientsidewidgets/clientsidewidgets-overview.asciidoc +++ /dev/null @@ -1,33 +0,0 @@ ---- -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 -<<dummy/../../../framework/gwt/gwt-overview.asciidoc#gwt.overview,"Integrating -with the Server-Side">>. - -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. - - - |