diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-03-18 15:52:20 +0200 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2016-03-18 15:52:20 +0200 |
commit | ef406ae250aa650a52111a60369d9f0796714b00 (patch) | |
tree | 79382008db7aec388bfdc41ea8885230fbefad64 /documentation/clientside/clientside-widget.asciidoc | |
parent | 3db9dc11b20c8c3ea256cd20478c70b07642cea7 (diff) | |
download | vaadin-framework-ef406ae250aa650a52111a60369d9f0796714b00.tar.gz vaadin-framework-ef406ae250aa650a52111a60369d9f0796714b00.zip |
Fixed some missing images and broken xrefs, as well as problems in the getting-started chapter (#19639).
Change-Id: Ie8e371c059f70600bafcf781938ef35878f41324
Diffstat (limited to 'documentation/clientside/clientside-widget.asciidoc')
-rw-r--r-- | documentation/clientside/clientside-widget.asciidoc | 7 |
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 { } } ---- - - - - |