summaryrefslogtreecommitdiffstats
path: root/documentation/clientsidewidgets/clientsidewidgets-gwt.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/clientsidewidgets/clientsidewidgets-gwt.asciidoc')
-rw-r--r--documentation/clientsidewidgets/clientsidewidgets-gwt.asciidoc20
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/clientsidewidgets/clientsidewidgets-gwt.asciidoc b/documentation/clientsidewidgets/clientsidewidgets-gwt.asciidoc
deleted file mode 100644
index c4605e7ef0..0000000000
--- a/documentation/clientsidewidgets/clientsidewidgets-gwt.asciidoc
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: GWT Widgets
-order: 2
-layout: page
----
-
-[[clientsidewidgets.gwt]]
-= GWT Widgets
-
-GWT widgets are user interface elements that are rendered as HTML. Rendering is
-done either by manipulating the HTML Document Object Model (DOM) through the
-lower-level DOM API, or simply by injecting the HTML with
-[methodname]#setInnerHTML()#. The layout of the user interface is managed using
-special panel widgets.
-
-For information about the basic GWT widgets, please refer to the GWT Developer's
-Guide at https://developers.google.com/web-toolkit/doc/latest/DevGuideUi.
-
-
-