aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-25 09:09:58 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-25 09:09:58 +0000
commit2bc6c9decca4449717d52ddce428dc8f00769028 (patch)
tree1da2eb59b09be442663e3dbd4eed58135f8dde63 /src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java
parent18ae02885023f31a86d5e0216aa91a6d03e77bc8 (diff)
downloadvaadin-framework-2bc6c9decca4449717d52ddce428dc8f00769028.tar.gz
vaadin-framework-2bc6c9decca4449717d52ddce428dc8f00769028.zip
#2643 fix some demo warnings (mostly serialization related)
svn changeset:7985/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java')
-rw-r--r--src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java b/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java
index 06b3815d9a..70ff20daac 100644
--- a/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java
+++ b/src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java
@@ -20,6 +20,7 @@ import com.vaadin.ui.Button.ClickEvent;
* An example using a RichTextArea to edit a Label in XHTML-mode.
*
*/
+@SuppressWarnings("serial")
public class JavaScriptAPIExample extends CustomComponent {
public static final String txt = "<p>For advanced client side programmers Vaadin offers a simple method which can be used to force sync client with server. This may be needed for example if another part of a mashup changes things on server.</p> (more examples will be added here as the APIs are made public)<br/><br/><A href=\"javascript:vaadin.forceSync();\">javascript:vaadin.forceSync();</A>";