GWTWidgets
[ Show snip ]
Change 17 at 2007-03-31 08:43:58 by Herbert Poul (Kahless):
48a49,58
>
>
> 1 Rectangle Selector
>
> Allows you to display a rectangle selector above an image so the user can select a
> specific region in that image...
>
> - {link:Click here for an example of the Rectangle Selector Widget|http://yourhell.com/sph-gwt-widgets/www/net.sphene.gwt.widgets.examples.rectangleselector.RectangleSelectorExample/RectangleSelectorExample.html}
>
> (In that specific example you first have to adjust the zoom with the vertical slider)
Change 16 at 2007-03-10 00:29:24 by Herbert Poul (Kahless):
25c25 < It supports setting the minimum and maximum value as well as an interval. --- > It supports setting the minimum and maximum value as well as an interval. The default is a horizontal Slider, but there is also a VerticalSlider implementation.
Change 15 at 2007-01-28 20:16:19 by Herbert Poul (Kahless):
46c46
< - You can see an example here: http://yourhell.com/sph-gwt-widgets/www/net.sphene.gwt.widgets.examples.wizard.WizardExample/WizardExample.html
---
> - {link:Click here for an example of the Wizard widget|http://yourhell.com/sph-gwt-widgets/www/net.sphene.gwt.widgets.examples.wizard.WizardExample/WizardExample.html}
Change 14 at 2007-01-27 10:59:13 by Herbert Poul (Kahless):
20c20 < 1.1 Slider Widget --- > 1 Slider Widget 33c33 < 1.1 Wizard --- > 1 Wizard
Change 13 at 2007-01-27 10:59:00 by Herbert Poul (Kahless):
12a13,19
>
> 1 News
>
> {link:All News|http://gwtwidgets.sphene.net/board2/22}
>
> {showforumnews:category=22}
>
Change 12 at 2007-01-27 10:53:55 by Herbert Poul (Kahless):
31c31 < handling 'Finish' and 'Cancel' clicks. WizardPage's are on there own responsible for --- > handling 'Finish' and 'Cancel' clicks. WizardPage's are on their own responsible for
Change 11 at 2007-01-27 10:53:07 by Herbert Poul (Kahless):
28c28 < This is a "framework" for ease the work to create a multi step wizard. The basic design --- > This is a "framework" to make it easy to create a multi step wizard. The basic design
Change 10 at 2007-01-27 10:52:39 by Herbert Poul (Kahless):
24a25,41 > > 1.1 Wizard > > This is a "framework" for ease the work to create a multi step wizard. The basic design > was pretty much borrowed from jface/swt/eclipse wizards. The idea is to have one > Wizard class which is responsible for creating and managing the WizardPage's as well as > handling 'Finish' and 'Cancel' clicks. WizardPage's are on there own responsible for > displaying one step of the wizard and verifying user input. > WizardDialog's then take one Wizard and display them to the user and create widgets and > buttons around the WizardPages. > > There is currently only one WizardDialog implementation which is based on a slightly > modified StackedPanel > > - You can see an example here: http://yourhell.com/sph-gwt-widgets/www/net.sphene.gwt.widgets.examples.wizard.WizardExample/WizardExample.html > > See the javadoc or examples for more information.
Change 9 at 2006-12-31 00:25:17 by Herbert Poul (Kahless):
15c15 < This is actually the only slider i currently made :) --- > This is actually the only widget i currently made :)
Change 8 at 2006-12-30 21:58:20 by Herbert Poul (Kahless):
Change 7 at 2006-12-30 21:40:11 by Herbert Poul (Kahless):
9a10,12
>
> Please leave a comment in the {link:Forums|/board2/} if you have questions, problems, suggestions, etc.
>
Change 6 at 2006-12-30 21:36:25 by Herbert Poul (Kahless):
7a8,9
> The souce code is licensed under {link:LGPL 2.1 license|http://www.gnu.org/licenses/lgpl.txt}.
>
Change 5 at 2006-12-30 21:14:51 by Herbert Poul (Kahless):
15c15
< {link:Click here for an example of the Slider widget|http://yourhell.com/~kahless/net.sphene.gwt.widgets.SpHWidgets/SpHWidgets.html}
---
> {link:Click here for an example of the Slider widget|http://yourhell.com/sph-gwt-widgets/www/net.sphene.gwt.widgets.SpHWidgets/SpHWidgets.html} (Not that pretty yet)
Change 4 at 2006-12-30 20:50:05 by Herbert Poul (Kahless):
6c6
< See [Download] on how to get and use __Sphene's GWT Widgets__
---
> See [Download] on how to get and use __Sphene's GWT Widgets__ - and the {link:Javadoc|http://yourhell.com/sph-gwt-widgets/javadoc/}
Change 3 at 2006-12-30 20:04:17 by Herbert Poul (Kahless):
5a6,7 > See [Download] on how to get and use __Sphene's GWT Widgets__ >
Change 2 at 2006-12-30 20:03:15 by Herbert Poul (Kahless):
13a14,17 > > > It seems to work quite well in Firefox 2.0 and IE 6. Unfortunately, I didn't > get it to work for Opera yet.
Change 1 at 2006-12-30 20:02:17 by Herbert Poul (Kahless):
1 Sphene's GWT Widgets
This will be a collection of widgets i created while developing applications using
the {link:Google Web Toolkit|http://code.google.com/webtoolkit/}.
1.1 Slider Widget
This is actually the only slider i currently made :)
As the name says it displays a slider which can be used to let users enter numeric values.
It supports setting the minimum and maximum value as well as an interval.
{link:Click here for an example of the Slider widget|http://yourhell.com/~kahless/net.sphene.gwt.widgets.SpHWidgets/SpHWidgets.html}