GWTWidgets - Sphene's GWT Widgets
(GWTWidgets@groupWiki:gwtwidgets) 20784 Hits - Changes: 17 - Last Change: 2007-03-31 08:43:58 by Herbert Poul (Kahless) - [ History ] [ Latest changes ]Sphene's GWT Widgets
This will be a collection of widgets i created while developing applications using the Google Web Toolkit.See Download on how to get and use Sphene's GWT Widgets - and the JavadocThe souce code is licensed under LGPL 2.1 license. Please leave a comment in the Forums if you have questions, problems, suggestions, etc.News
All News2007-05-24 22:45:42 Small slider bugfix:
The slider got a small bugfix which prevented it from working correctly if it was created in an invisible panel (like a non-selected TabPanel) - see also: http://code.google.com/p/sphgwt/issues/detail?id=3[ Read Comments ]
2007-03-31 08:45:14 Rectangle Selector:
This is the third widget in the collection ;) it allows a user to select a rectangle area of an image (or similar).[ Read Comments ]
2007-03-10 00:32:07 Vertical Slider:
After aussiestaceus made the effort to implement her own version of a vertical slider i got motivated to try it myself .. and so GWT Widgets now also contains a 'VerticalSlider' which is basically 95% of the same code but displayed vertically. See the Slider examples on how it looks.. It seems to work quite good and there are only a few differences between the vertical and horizontal slider.[ Read More / Comments ]
2007-01-27 22:24:53 Added 'selectable maximum value' feature to Slider:
It is now possible to set a selectable minimum and maximum value while the slider as a whole would display a wider value range. See Slider example on how this looks ;)[ Read Comments ]
2007-01-27 10:58:09 New "Wizard" Widget:
I've now also added a small implementation for a Wizard framework. It is very much based on JFace's Wizards - only much simpler.[ Read Comments ]