Vaadin is a web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means
... [More] that the majority of the logic runs on the servers. Ajax technology is used at the browser-side to ensure a rich and interactive user experience.
Vaadin is a big collection of UI components. There are server-side components like Button, Table, Tree that you use to compose the application user interface. The components use events, listeners and data binding to communicate with each other and the business logic.
The component based architecture together with the data binding features help you to build applications that are easily modularized and refactored as needed. [Less]
A personal calendar and scheduling widget similar to iCal or Outlook that can be included in your GWT-based application.
Demo: http://gwt-web-calendar.appspot.com/
Sphene's GWT Widgets are a collection of useful GWT widgets i created while developing with GWT. Currently includes a Slider widget and a small Wizard-like framework.
The datepicker is an extended TextBox which handle a Date object. A click on the datepicker opens a calendar popup on which the user can select a date. It is an internationalizable widget.
Demo : http://www.zenika.com/demos/DatePicker/
GWT Tk is a library of reusable components for programming interactive web applications.
FeaturesSimpleHyperLink, ExternalHyperLink create links without fussing with browser history DropDownPanel a
... [More] widget which expands to show it's content (like in Gmail) ModalDialog a full-featured, highly configurable modal dialog AlertDialog a modal dialog tailored for conveniently displaying alerts GlassPanel a transparent widget which blocks user interaction with the document RowPanel, ColumnPanel panels which facililtate simpler, more natural table-based layouts than VerticalPanel & HorizontalPanel Debug print trace statements in all browsers EventWrapper, DelegatingWrapper, CWrapper handle additional events on existing widgets focus management & containment [Less]
GWT TableA library that permit you to create simply a gracefully pagination GWT table with remote sorting and remote filtering.
Preview
... [More]
Exampleshttp://code.google.com/p/gwt-table/wiki/PagingTableWidget
ContactYou can contact me at http://www.pianetatecno.com. All suggestions are welcomed!! [Less]
Not a lot else... currently very dumb - only pops a black and white speech bubble at the specified position.
Here's an example of what it looks like:
See GettingStarted
Library for Google Web Toolkit consists of: - a core library with a lot of general utilities for loading images, access to the DOM - a series of general orbiting libraries, like layout, and ui
... [More] elements - and finally some full functional widgets, like Slideshow, TagCloud, Desktop, and WordShout [Less]
AxedArea is an editor widget written with the Google Web Toolkit, which isn't just a TextArea but also does not depend on browser specifc propertery builtin edit-extentions.
In AxedArea everything
... [More] is coded in GWT as far as the caret actually is a html div element. This allows an axedarea to be a lot more customized than an any editor using browser internal editor extentions. AxedArea is thus also W3C compatible!
Release 1.2 is available!
View it:
You can view an Online Demo as used in an example gwt-project You can also view an Online JSNI-Demo or vimish Demo for use from plain javascript (look at the sourcecode of the html pages)
ChangeLog 1-2:
The core has been greatly changed. Many, many stones are now on different places. Most notably changed the internals from int-arrays and offset pointing to an object-lists model. HtmlString handling is now thus quite simplified. This is in preparation to add new "enriching" elements like ranges targeted for version 1.3. There hardly should be any noticeable changes on the user-interface to 1.1. The editing performance should be vastly improved. (Note: pasting huge blocks might however be worse right now, since there isn't just yet a "paste lazy calculation accelerator" available for the new core.)
Also See:
Documentation
License:
Axedarea is alternatively available with Apache License 2.0 or GPLv2 or any later GPL version. So licensing should hardly be an issue for anyone.
For feedback please message me: axel77 (at) gmail.com [Less]