From: Jani Laakso Date: Wed, 4 Apr 2007 10:16:41 +0000 (+0000) Subject: Added Joonas's demo. X-Git-Tag: 6.7.0.beta1~6467 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ebf16bb2be75145d2fb055f0896755f1431d48aa;p=vaadin-framework.git Added Joonas's demo. svn changeset:1138/svn branch:trunk --- diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index a4fafe0cfe..694e94b5c4 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -2,6 +2,19 @@ IT Mill Toolkit + + BufferedComponents + com.itmill.toolkit.terminal.web.ApplicationServlet + + application + com.itmill.toolkit.demo.BufferedComponents + + + + BufferedComponents + /BufferedComponents/* + + CustomLayoutDemo com.itmill.toolkit.terminal.web.ApplicationServlet diff --git a/WebContent/index.html b/WebContent/index.html index 715c4f9ac1..985a0a9ef5 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -25,7 +25,7 @@ HTML mode Select page based request/response technology mode -
Source code: +

Source code: browse features folder @@ -235,6 +235,17 @@ Parameters.java +
+

Buffered UI components demo

+
+ Explains how to use buffering with UI components, and how to perform commit and discard functions. + With buffered UI components underlying data objects and UI objects have separate states. +
+
Source code: + BufferedComponents.java +
+ +