Category Archives: GWT-Ext

GWT Designer is now free! Yippee!

GWT Designer is a powerful UI development tool for GWT. It is based on the Eclipse framework. Initially a paid tool, it has been re-launched as a free product after Google’s acquisition’s of Instantiations. Read further for details… Continue reading

Posted in GWT, GWT-Ext, HTML, Java | Tagged , , , , | Leave a comment

GWT Quick Tip: How to check whether a GWT application is running in Hosted Mode

Sometimes, at runtime, you need to detect whether the application is running in Hosted Mode or not. E.g. you might decide to enable client side logging using GWT-Log only when the application is executing in Hosted Mode. The logging should … Continue reading

Posted in GWT, GWT-Ext | Tagged , , , | Leave a comment

GWT-Ext – Synchronized Scrolling of Grids

I recently had a requirement wherein two grids showing similar information needed synchronized scrolling i.e. if the left grid was scrolled down vertically, the right grid also needed to be scrolled down in the same proportion and vice-versa. This feature … Continue reading

Posted in GWT, GWT-Ext | Tagged , , , , | Leave a comment

GWT-Ext Date-Picker widget – Change the start of week

The GWT-Ext Date-Picker widget (the Calendar widget that allows for selection of a date) by default shows the starting day of a week as Sunday.  Moreover, there is no API provided to change it to any other day.  E.g. in one … Continue reading

Posted in GWT-Ext | Tagged , , , | 1 Comment

Background colour for GWT-Ext Grid row

Here I describe how to set the background colour of a GWT-Ext grid row. A simple use of this would be to highlight a row containing errors. You would need to attach a GridView instance to the grid.  private EditorGridPanel … Continue reading

Posted in GWT, GWT-Ext | Tagged , , | 5 Comments