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/gwt/chapter-gwt.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/gwt/chapter-gwt.asciidoc')
-rw-r--r-- | documentation/gwt/chapter-gwt.asciidoc | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/documentation/gwt/chapter-gwt.asciidoc b/documentation/gwt/chapter-gwt.asciidoc deleted file mode 100644 index 32f6e09ccf..0000000000 --- a/documentation/gwt/chapter-gwt.asciidoc +++ /dev/null @@ -1,39 +0,0 @@ -[[gwt]] -== Integrating with the Server-Side - -((("Google Web Toolkit", "widgets", id="term.gwt", range="startofrange"))) - - -((("widgets"))) -This chapter describes how you can integrate client-side widgets or JavaScript -components with a server-side component. The client-side implementations of all -standard server-side components in Vaadin use the same client-side interfaces -and patterns. - - -include::gwt-overview.asciidoc[leveloffset=+2] - -include::gwt-eclipse.asciidoc[leveloffset=+2] - -include::gwt-server-side.asciidoc[leveloffset=+2] - -include::gwt-connector.asciidoc[leveloffset=+2] - -include::gwt-shared-state.asciidoc[leveloffset=+2] - -include::gwt-rpc.asciidoc[leveloffset=+2] - -include::gwt-extension.asciidoc[leveloffset=+2] - -include::gwt-styling.asciidoc[leveloffset=+2] - -include::gwt-componentcontainer.asciidoc[leveloffset=+2] - -include::gwt-advanced.asciidoc[leveloffset=+2] - -include::gwt-addons.asciidoc[leveloffset=+2] - -include::gwt-vaadin-6-migration.asciidoc[leveloffset=+2] - -include::gwt-javascript.asciidoc[leveloffset=+2] -(((range="endofrange", startref="term.gwt"))) |