Widget
ÃèÊö
ArrayUtilsThe start if a collection of new utilities. Initial methods includes toJsArray(double[]), toJsArray(int[]), and toJsArray(Object[]).
CalcEngineThe core of all calculator panels (see PopupCalcPanel and SimpleCalcPanel). Can be used directly or extended to create very custom calculators. See article at http://roberthanson.blogspot.com/2006/07/calculator-widgets-for-gwt.html
ColorA Color class similar to the GWT color class. Used for passing around color information. Includes several color constants.
CoordsA simple x/y coordinate container, to be extended later.
EditableLabelA very cool widget that acts as a label until you click on it, at which time you can edit it. It allows for both TextBox and TextArea editing, has a default CSS file available, and has the ability to substitute the save/cancel buttons with other widgets.
Effect (Scriptaculous)Wrapper for the Scriptaculous effect JS library.
Extended DOMExtended DOM support, will be added to as needed. Originally created to allow for namespace handling for the SVGPanel.
File Upload FieldSimple file upload form field.
Form PanelAn HTML form widget.
Image ButtonUse an image as a button.
JsCalendarWrapper for the JsCalendar JS library.
JsGraphicsPanelA wrapper for Walter Zorn's JsGraphics library. Used to lines and shapes, very high browser compatability.
LocationSimilar to the window.location JavaScript object. Returns individual parts of the URL like getHost() and getPort(). Also parses the query string, allowing access to paremeters by name using getParameter().
Option ListExtension to the GWT option widget.
PNG ImageImage widget that overcomes PNG browser incompatabilities.
PopupCalcPanelEasy to use popup calculator with simple math functions.
Script.aculo.us Effects IntegrationThis component allows you to use Script.aculo.us effects from GWT.
SearchUtilsA set of tools for searching for HTML elements. Methods will be added to the class as needed. Currently includes a method to find elements matching a style class.
SimpleCalcPanelSimple to use and customize calculator panel. See article at http://roberthanson.blogspot.com/2006/07/calculator-widgets-for-gwt.html
SVGCircleAn SVG circle widget that can be placed on an SVGPanel.
SVGEllipseAn SVG ellipse widget that can be placed on an SVGPanel
SVGLinearGradientA linear gradient object used for shading SVG object fills and lines. Gradients can contain any number of "stops", and each stop can specify the color and opacity level.
SVGPanelBase panel on which you can place individual SVG widgets.
SVGPathAn SVG path, allowing you to draw a line, set of lines, or a polygon. The widget can then be added to an SVGPanel.
SVGRectangleAn SVG rectangle that can be placed on an SVGPanel.
TFocusPanelThe same as GWT FocusPanel, except that it uses TMouseListerCollection handling mouse events.
TMouseListenerCollectionChanges the behaviour of the GWT mouse listener collection be changing the X and Y values returned by the events onMouseDown, onMouseUp, and onMouseMove. The X and Y coordinates return the position relative to the top-left corner of the panel.
Toggle Button
WButtonWraps an existing HTML button element as a widget.
WHyperlinkWraps an existing HTML anchor tag as a widget.
WImageWraps an existing HTML image as a widget.
WindowUtilsThe start of a collection of new utilities. Includes the method getLocation(), to get a Location object reflecting the URL of the page. See also: Location.
WPanelWraps an existing HTML div (or anything) as a panth.
WTextBoxWraps an exisiting HTML text input field as a widget
GWTSpringController  
Google AJAX Search API  
CalendarPanel/CalendarFactory