From: Jani Laakso Date: Mon, 26 Nov 2007 09:51:30 +0000 (+0000) Subject: New demos (widgets, APIs) added. X-Git-Tag: 6.7.0.beta1~5470 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c6a0188603cccf039423b51d82fa57ea71ff6f4;p=vaadin-framework.git New demos (widgets, APIs) added. svn changeset:2947/svn branch:trunk --- diff --git a/build/package/web.xml b/build/package/web.xml index b6ec1b70d3..2e880364c1 100644 --- a/build/package/web.xml +++ b/build/package/web.xml @@ -10,31 +10,31 @@ IT Mill Toolkit examples - - - TestComponentsAndLayouts + + + WindowedDemos com.itmill.toolkit.terminal.gwt.server.ApplicationServlet application - com.itmill.toolkit.tests.TestComponentsAndLayouts + com.itmill.toolkit.demo.WindowedDemos - - TestForNativeWindowing + + TestBench com.itmill.toolkit.terminal.gwt.server.ApplicationServlet application - com.itmill.toolkit.tests.TestForNativeWindowing + com.itmill.toolkit.demo.testbench.TestBench - - FeatureBrowser + + NativeWindowing com.itmill.toolkit.terminal.gwt.server.ApplicationServlet application - com.itmill.toolkit.demo.featurebrowser.FeatureBrowser + com.itmill.toolkit.demo.NativeWindowing @@ -87,15 +87,6 @@ - - FeaturesApplication - com.itmill.toolkit.terminal.gwt.server.ApplicationServlet - - application - com.itmill.toolkit.tests.featurebrowser.FeaturesApplication - - - Parameters com.itmill.toolkit.terminal.gwt.server.ApplicationServlet @@ -215,31 +206,26 @@ - - TestSplitPanel - /TestSplitPanel/* - - - - RandomLayoutStress - /RandomLayoutStress/* + + WindowedDemos + /WindowedDemos - - + + TestBench /TestBench/* - + - Reservr - /Reservr/* + NativeWindowing + /NativeWindowing/* - CalendarDemo - /CalendarDemo/* + Reservr + /Reservr/* - + SelectDemo /SelectDemo/* @@ -260,11 +246,6 @@ /FilterSelect/* - - FeaturesApplication - /FeaturesApplication/* - - Parameters /Parameters/* diff --git a/build/package/webcontent-index.html b/build/package/webcontent-index.html index f3da503143..410f4c31f9 100644 --- a/build/package/webcontent-index.html +++ b/build/package/webcontent-index.html @@ -11,64 +11,58 @@
- -
-

Reservr

-
- Reservr - Larger example application -
-
Source code: - browse source -
- -
-

Notification Demo

+

Windowed Demos

- Smaller application which demonstrates Rich Text Area widget and Window notification functionality. + Windowed application which contains multiple Toolkit applications

Source code: - NotificationDemo.java + WindowedDemos.java
-
-

Windowed Demos

+
+

Testbench

- Demonstrates Windowing functionality. + Testbench contains multiple Toolkit components. All demos are custom components controlled by Testbench application.

Source code: - NotificationDemo.java + browse source
- -
+ +

Colorpicker widget

Colorpicker widget - Demonstrates how to make new widgets easily with Toolkit. + Demonstrates how to make new widgets by pure Java with Toolkit. See also documentation which is located here.

Source code: browse source
-
-

Simple application demos

+
+

Reservr

- HelloWorld - Classic Hello World example. + Reservr + Larger example application
+
Source code: + browse source +
+ +
+

Notification Demo

- Calc - Simple Toolkit application where events are used. +

+ Smaller application which demonstrates Rich Text Area widget and Window notification functionality. +

-
Source code: - HelloWorld.java and - Calc.java + Source code: + NotificationDemo.java
@@ -84,7 +78,6 @@ CachingDemo.java
-