The GWT Widget Library is a library of widgets and wrappers for the
Google Web Toolkit. Currently this is a very short list, which will expand in time.
This is being distributed under the
GNU-LGPL.
Version 0.0.1 Features:
Download:
Examples:
Example of using an effect with options:
Effect.highlight(widget, new EffectOption[]{
new EffectOption("startcolor", "#ff0000")
});
Example of using an effect with no options:
Effect.fade(widget);
Example of using an effect on a specific element id:
Effect.switchOff(RootPanel.get("leftNav"));