The official cobogw Issue Tracker & Source Code.
This project contains 2 separate libraries: a widget library and GWT specific extensions.
This project was original released at gwt.bouwkamp.com, but has been moved to a new name which better reflects the open source nature of this project. It's still released under the Apache 2.0 license. To update your project add the org.cobogw.gwt.jar to your project and remove the com.bouwkamp.gwt jar file and update your imports. This project has the same interface as the gwt.bouwkamp project, but only has a different package structure.
Widget Library
The widget library contains the following widgets:
Note: The Button widget requires GWT 1.5.3.
- Button - A CSS styled widget, using only CSS to create a shading effect: (demo. Specific for the Button a (configurator is available to easily create your own CSS style for a button).
- ButtonBar - A panel to horizontally align the Button widgets.
- RoundedPanel - A widget to create similar rounded corners as found in several google web applications (demo).
- RoundedLinePanel - An extension to the RoundedPanel that adds a single pixel line around your rounded widget.
- Rating - A widget that allows users to set ratings (demo).
- Span/TextNode - Widgets to add span and a text node tags to other widgets without overhead of additional div tags (demo).
- VerticalTabPanel - TabPanel that displays tabs stacked on the TabBar which is positioned on the left side of the tabPanel.
- CSS - A helper class to help with CSS properties.
- And some other simple widgets and helper classes...
For more information on how to add the jar file to your project, see the wiki page UsingJarFile or the README.txt in the zip.
You can also read the javadoc online or find it in the zip.
GWT emulation of java.sql
Fix for GWT emulation support for the following standard classes:
- java.sql.Date
- java.sql.Time
- java.sql.Timestap
To use download the cobogw.sql.java-1.1.zip file and add the cobogw.sql.java.jar file to your class path. See also the GWT issue related to the java.sql problem: issue 87.
Test results of GWT 1.5.3 implementation of Timestamp using this testcase and the results of the same test when running in hosted mode (this uses the Java implementation) and with the cobowg.sql library running in web mode.