From c3dd44a9ecdb880b574872573a7144dbc349e988 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Fri, 30 Nov 2007 13:05:31 +0000 Subject: [PATCH] changes according new startup (index.html inside WebContent). svn changeset:3071/svn branch:trunk --- .../package/{ => WebContent/WEB-INF}/web.xml | 0 build/package/webcontent-index.html | 255 ------------------ 2 files changed, 255 deletions(-) rename build/package/{ => WebContent/WEB-INF}/web.xml (100%) delete mode 100644 build/package/webcontent-index.html diff --git a/build/package/web.xml b/build/package/WebContent/WEB-INF/web.xml similarity index 100% rename from build/package/web.xml rename to build/package/WebContent/WEB-INF/web.xml diff --git a/build/package/webcontent-index.html b/build/package/webcontent-index.html deleted file mode 100644 index fbaf21d9e5..0000000000 --- a/build/package/webcontent-index.html +++ /dev/null @@ -1,255 +0,0 @@ - - - -IT Mill Toolkit <version></version> Demo - - - -
- - - -
- -
-
-

- IT Mill Toolkit version . -

-
-
- -
-

Feature Browser

-
-

- Feature Browser -

-
- Source code: - browse source -
- -
-

Windowed Demos

-
-

- Windowed application which contains multiple Toolkit applications -

-
- Source code: - WindowedDemos.java -
- -
-

Testbench

-
-

- Testbench contains multiple Toolkit components. All demos are custom components controlled by Testbench application. -

-
- Source code: - browse source -
- -
-

NativeWindowing

-
-

- Demonstrates how to handle native windows. -

-
- Source code: - browse source -
- -
-

Colorpicker widget

-
- Colorpicker widget - Demonstrates how to make new widgets by pure Java with Toolkit. - See also documentation which is located here. -
-
Source code: - browse source -
- -
-

Reservr

-
- Reservr - Larger example application, contains complex client-side widgets. Note:You have to run it under localhost domain to enable Google Maps. -
-
Source code: - browse source -
- -
-

Notification Demo

-
-

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

-
- Source code: - NotificationDemo.java -
- -
-

Client-side caching demo

-
- CachingDemo - - Simple demo of Toolkit cache feature. An Tabsheet contains two tabs where second tab contains heavy server-side content processing. - For the first time you load tab2 it takes long time. Following request are lightning fast because - Toolkit server instruct client-side to use already cached version (components within tab2 have not changed). -
-
Source code: - CachingDemo.java -
- -
-

Long lifecycle of Toolkit applications

-
-

- Demonstrates sample Millstone application that was ajaxified (upgraded to Toolkit 4.0.0) - simply by changing three import namespaces and adding Toolkit libraries to classpath. - Initial IT Mill Toolkit framework has existed since 2001 (see Millstone) and is - ready for production use today. -

- Note: This sample application was created on year 2002. -
-
Source code: - UpgradingSample.java -
- - -
-

Tree using QueryContainer demo

-
-

- This example shows how Table, Select and Tree UI components can use Containers. - QueryContainer is used to bind SQL table rows into Toolkit UI components. - Table has few example actions added. Also embedding XHTML through Label components is used. -

-

- Demonstrates how to create com.itmill.toolkit.data.Container and set it as - data source to UI components com.itmill.toolkit.ui.Component.Tree, how to - receive ExpandEvent and implement com.itmill.toolkit.ui.Tree.ExpandListener, - how to use com.itmill.toolkit.event.Action. -

-
- Source code: - QueryContainerDemo.java -
- -
-

Table demo

-
-

- Similar to Tree using QueryContainer demo but uses different style - for handling events with Table component. -

-

- Demonstrates another possibility how event framework may be used, - in this example specific methods are registered for button click events. -

-
-
Source code: - TableDemo.java -
- -
-

Tree using FilesystemContainer demo

-
-

- Browsable file explorer using Toolkit Tree component. -

- Demonstrates how to - use com.itmill.toolkit.ui.Component.Tree data source container, - how to create com.itmill.toolkit.data.util.FilesystemContainer, - how to read com.itmill.toolkit.ui.Component.Event objects, how - to receive and handle any event by implementing - com.itmill.toolkit.ui.Component.Listener. -
-
Source code: - TreeFilesystemContainer.java -
- -
-

Tree item handling demo

-
-

- Browsable file explorer using Toolkit Tree component. -

- Demonstrates: how - to add items hierarchially into - com.itmill.toolkit.ui.Component.Tree, how to receive - ExpandEvent and implement - com.itmill.toolkit.ui.Tree.ExpandListener. -
-
Source code: - TreeFilesystem.java -
- -
-

Select demo

-
-

- This example shows select component with default and lazy loading functionality enabled (a.k.a Google Suggest). - Click to first select component and type few letters using your keyboard to see it in action. - Second select component has default functionality. -

-
- Source code: - SelectDemo.java -
- -
-

FilterSelect demo

-
-

- This example shows three select components with lazy loading functionality enabled. - First select works like Google Suggest, second uses "Contains" filter and third uses custom "Ends with" filter. - Click to select components and type few letters using your keyboard to see it in action. -

-
- Source code: - FilterSelect.java -
- -
-

Keyboard events demo

-
- Contains few Toolkit UI components that can be interacted by pressing keys in keyboard. - Note: This feature is under development and is considered as beta. -
-
Source code: - KeyboardShortcut.java -
- -
-

URI and Parameter handling demo

-
- This is a demonstration of how URL parameters can be received and handled. - Parameters and URL:s can be received trough the windows by registering - URIHandler and ParameterHandler classes window. -
-
Source code: - 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 -
- - -
- - \ No newline at end of file -- 2.39.5