Advanced GWT Components

Release History

Version Date Description
1.4.9 2009-11-18 Latest version
1.4.8 2009-09-29 Old unsupported version
1.4.7 2009-06-29 Old unsupported version
1.4.6 2009-03-12 Supported version
1.4.5 2008-12-05 Old unsupported version
1.4.5-beta 2008-11-22 Old unsupported version
1.4.1 2008-08-03 Old but still supported version
1.4.0 2008-07-13 Old unsupported version
1.4.0-beta 2008-06-30 Old unsupported version
1.3.0 2008-05-25 Old unsupported version
1.3.0-beta 2008-05-10 Old unsupported version
1.2.2 2008-04-05 Still supported since popular

Release 1.4.9 - 2009-11-18

Type Changes By
add Need model events support for ComboBox and SuggestionBox Fixes 50 .
add Double click listener on table cells Fixes 52 .
add Add method to enable / disable tabs in the AdvancedTabPanel Fixes 55 .
fix TreeGrid seriously broken in 1.4.8 Fixes 54 .
fix Pressing Up / Down arrows makes a browser window scroll Fixes 56 .

Release 1.4.8 - 2009-09-29

Type Changes By
add Add overloaded method updateRow() in the TreeGridDataModel Fixes 44 .
add Keyboard support for ComboBox and SuggestionBox Fixes 48 .
add ComboBox and SuggestionBox should provide getter for the selected widget Fixes 49 .
fix DateHelper problem with leap year Fixes 41 .
fix resizing browser window makes TreeGrid generate an ArithmeticException Fixes 43 .
fix Exception when removing invisible column from TreeGrid Fixes 45 .
fix TreeGridRenderer.drawPager(TreeCell cell) does not account for null cell Fixes 46 .
fix DefaultGridEventManager.activateCell() does not take invisible columns into account Fixes 47 .
fix TreeGrid incorrectly update cells on model change Fixes 51 .
fix Paging broken in TreeGridRenderer Fixes 53 .
update Update quickstart guide to make CSS usage simpler Fixes 42 .

Release 1.4.7 - 2009-06-29

Type Changes By
add Multiple line selection in grids Fixes 17 .
add Data models listening Fixes 19 .
fix [ERROR] Unexpected internal compiler error - GWT 1.6.4, gwt-dev-windows.jar Fixes 30 .
fix Tree grid expand buttons (+) should not be displayed for rows without children Fixes 31 .
fix ComboBox doesn't actually add a KeyboradListener Fixes 32 .
fix Method EditableGridDataModel.update(init, int, Object) works improperly for LazyGridDataModel Fixes 33 .
fix It seems like the library can't be compiled in GWT 1.6 Fixes 34 .
add New theme required Fixes 38 .
add Resources not found when loading entry point from a page not in the root dir Fixes 40 .

Release 1.4.6 - 2009-03-12

Type Changes By
update Columns resizing feature must be implemented in the SimpleGrid Fixes 26 .
update Add setDate() to DatePicker Fixes 24 .
update New demo application required Fixes 22 .
update Add grid methods to provide an ability to get grid rows, columns, etc Fixes 21 .
add Implement basic borders API Fixes 28 .
add Implement advanced tab panel Fixes 27 .
add Make user manual Fixes 20 .
fix Grid Resize Does Not Collapse Properly Fixes 25 .
fix SimpleGrid resizing issues
fix Issues with GWT embedded browser

Release 1.4.5 - 2008-12-05

Type Changes By
update Reworked default theme required Fixes 13 .
add Remake project site Fixes 12 .
fix Demo application must include source code Fixes 14 .
fix Project modules can't be rebuilt without the root module Fixes 15 .

Release 1.4.5-beta - 2008-11-22

Type Changes By
update Improvements in scrolling / column resizing features Fixes 2 .
add New widget: SimpleGrid
fix Themes broken when contained in different root directory Fixes 6 .
fix BooleanCell Update Doesn't Work Fixes 7 .
fix Leaf nodes appear with [+] in TreeGrid Fixes 8 .
fix Grid Sorting borked in GWT 1.5.2 Fixes 9 .
fix AdvancedFlexTable header widget isn't attached Fixes 10 .
fix Each opening of calendar adds one more full list of values in time-related drop-downs Fixes 11 .

Release 1.4.1 - 2008-08-03

Type Changes By
add Paging supoport for subtrees in the TreeGrid component Fixes 1 .
update Quick page switching for the main Pager widget
fix JavaScript error on focus lost event in the TreeGrid Fixes 4 .
fix Tree grid row can't be collapsed if the tree cell is activated Fixes 5 .
fix Demo application looks ugly in Safary Fixes 3 .

Release 1.4.0 - 2008-07-13

Type Changes By
add Tree Grid sample added

Release 1.4.0-beta - 2008-06-30

Type Changes By
add New widget: TreeGrid is an EditableGrid extention to display tree-like structures of entities
update Named columns support in grid data models
fix Incorrect cell selection in case of adding / removing rows fixed
fix Default selected row index get and set methods provided in the EditableGrid
fix Other minor bug fixes and refactorings (100% backward compatible)

Release 1.3.0 - 2008-05-25

Type Changes By
update Number of cell focus listener instances minimized to one
fix Sorting by ComboBoxDataModel bug fix
fix Other minor bug fixes

Release 1.3.0-beta - 2008-05-10

Type Changes By
add Centralized customizable I/O device event management for the grids
add Keyboard events support
add Rendering customization
update Rendering perfomance optimization
fix Scrolling issue
fix ConcurrentModificationException in debug mode
fix Other minor bug fixes

Release 1.2.2 - 2008-04-05

Type Changes By
add License file was added into the package
add Minor improvements related to grids, combo box, suggestion box and grid panel usability: some methods have been added to avoid getModel() invocation every time when data change required
fix Emergency fix