summaryrefslogtreecommitdiffstats
path: root/documentation/clientside/clientside-widget.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/clientside/clientside-widget.asciidoc')
-rw-r--r--documentation/clientside/clientside-widget.asciidoc7
1 files changed, 1 insertions, 6 deletions
diff --git a/documentation/clientside/clientside-widget.asciidoc b/documentation/clientside/clientside-widget.asciidoc
index ed911a46b4..2fab75ed18 100644
--- a/documentation/clientside/clientside-widget.asciidoc
+++ b/documentation/clientside/clientside-widget.asciidoc
@@ -22,13 +22,12 @@ hierarchy is illustrated in <<figure.clientside.widgets>>. Please see the GWT
API documentation for a complete description of the widget classes.
[[figure.clientside.widgets]]
-.GWT Widget Base Class Hierarchy
+.GWT widget base class hierarchy
image::img/gwt-widgets-hi.png[]
For example, we could extend the [classname]#Label# widget to display some
custom text.
-
----
package com.example.myapp.client;
@@ -70,7 +69,3 @@ public class MyEntryPoint implements EntryPoint {
}
}
----
-
-
-
-