blob: aa114b8dd013f05a91f794c29b3bab42688b12a5 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Wicket-extensions</title>
</properties>
<meta name="keyword" content="wicket, web, j2ee, java"/>
<body>
<section name="Welcome to Wicket-extensions">
<p>
This is an extensions project for the <a href="http://wicketframework.org">Wicket</a> framework.
</p>
<p>
The latest released version of this library contains amongst others the following components:
</p>
<table>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/markup/html/repeater/package-summary.html">Repeater components</a>
</td>
<td>Components for working with data coming from a database, DataTabel, DataGrid, DataView, etc.</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/repeater">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/package-summary.html">Various Ajax components</a>
</td>
<td>Editable labels, Ajax indicators</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/ajax">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/autocomplete/package-summary.html">Auto complete</a>
</td>
<td>Wicket's version of Google suggest</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/ajax/autocomplete">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/form/upload/package-summary.html">File Upload Progress bar</a>
</td>
<td>Show how long the upload is going to take using ajax</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/upload">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/modal/package-summary.html">Modal Window</a>
</td>
<td>Popup, modal window that can either take another page or a panel as contents.</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/ajax/modal-window">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/ajax/markup/html/tabs/AjaxTabbedPanel.html">Ajax tabbed panel</a>
</td>
<td>Ajax version of the TabbedPanel component</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/ajax/tabbed-panel">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/rating/RatingPanel.html">Rating panel</a>
</td>
<td>Component to rate stuff, **** (4 out of 5)</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/ajax/ratings">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/markup/html/tabs/package-summary.html">Tabbed panel</a>
</td>
<td>Panels with tabs on top.</td>
<td><a href="http://www.wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=%3Aorg.apache.wicket.examples.compref.TabbedPanelPage">demo</a></td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/wizard/package-summary.html">Wizard</a>
</td>
<td>Presto! A ready to cook wizard component</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/wizard">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/markup/html/tree/package-summary.html">Tree &amp; TreeTable</a>
</td>
<td>Ajax and non-ajax, javascript Tree component, including a TreeTable. No oaks were harmed in the production</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/ajax/tree/simple">demo</a>
</td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/markup/html/captcha/package-summary.html">Captcha</a>
</td>
<td>Always wanted to know that a human is at the keyboard? Captcha! the ultimate turing test</td>
<td><a href="http://www.wicketstuff.org/wicket13/captcha">demo</a></td>
</tr>
<tr>
<td>
<a href="apidocs/org/apache/wicket/extensions/breadcrumb/package-summary.html">Breadcrumbs</a>
</td>
<td>What worked for Hansel and Gretel works also on Web 1.0: breadcrums so you'll never get lost</td>
<td>
<a href="http://www.wicketstuff.org/wicket13/breadcrumb">demo</a>
</td>
</tr>
</table>
<ul>
<li>Read <a href="apidocs/index.html">the javadocs</a> for more information.</li>
</ul>
</section>
</body>
</document>