Advanced GWT Components

Release History

Version Date Description
2.0.9 2012-09-26 Last stable version
2.0.8 2012-09-04 Old unsupported version
2.0.7 2011-09-04 Old unsupported version
2.0.6 2010-12-05 Old unsupported version
2.0.5 2010-10-06 Old unsupported version
2.0.4 2010-07-03 Old unsupported version
2.0.3 2010-05-19 Old unsupported version
2.0.2 2010-04-27 Old unsupported version
2.0.1 2010-04-13 Old unsupported version
2.0.0 2010-04-11 Old unsupported version
1.5.0 2010-01-05 Old supported version
1.4.9 2009-11-18 Old unsupported 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 Old unsupported 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 unsupported 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 Old unsupported version

Release 2.0.9 - 2012-09-26

Type Changes By
add ComboBox addCloseHandler missing Fixes 115.
add Let DatePicker implement HasValue<Date> Fixes 120.
fix AdvancedTabPanel insertTab() incorrectly failing Fixes 117.
fix There is little problem with width set of date picker Fixes 119.
fix enableVerticalScrolling(true) on EditableGrid sets bodyTable to 0px height on window resize Fixes 121.

Release 2.0.8 - 2012-09-04

Type Changes By
add Remove form links from project site Fixes 114.
add Text Area Rich Text Areas Fixes 112.
add ComboBox with CustomText allowed problem with Enter KeyPress event Fixes 111.
fix I am unable to find any maven artifacts Fixes 113.
fix Problem with editing TreeGrid in Chrome Fixes 110.
fix Null check on setDate(date) in DatePicker widget Fixes 109.

Release 2.0.7 - 2011-09-04

Type Changes By
add Apply latest GWT version Fixes 108.
fix Make field 'handler' mutable in SuggestionBoxDataModel Fixes 106.
fix Add bulk operations for ComboBoxDataModel Fixes 107.

Release 2.0.6 - 2010-12-05

Type Changes By
fix Change GridPanel extends DockLayoutPanel instead Fixes 98.
fix Typo in ComboBox.java Fixes 100.
fix advanced-gwt web page on sourceforge loosing stylesheet Fixes 101.
fix Wrong leap-year Fixes 102.
fix SuggestionBox and ComboBox set wrong highlight row index Fixes 103.
fix Unexpected AssertException in Chrome 8.x Fixes 104.

Release 2.0.5 - 2010-10-06

Type Changes By
add Add footer to all the grids Fixes 36.
add Moving next/prev row when in editing cell Fixes 96.
fix GridPanel.setInvisibleColumn works incorrectly Fixes 99.

Release 2.0.4 - 2010-07-03

Type Changes By
add GridPanel - GridToolbar extensibility!? Fixes 90.
add TabPosition lacks setRenderer Fixes 91.
fix Editable grid: edit mode Fixes 92.
fix Combox and Tab Key press Fixes 93.
fix classcast exception when calling method EditableGridDataModel.getRemovedRows() Fixes 94.

Release 2.0.3 - 2010-05-19

Type Changes By
add Make column resizing work more smoothly Fixes 88.
fix Unable to set Visible for more than 1 column Fixes 83.
fix TreeGrid > Unable to change value of TextBoxCell at level > 0 Fixes 84.
fix [IE] Uncaught exception escaped Fixes 85.
fix Grid toolbar is always displayed over the grid in FF Fixes 89.

Release 2.0.2 - 2010-04-27

Type Changes By
add Add a model listener in the ComboBox.getModel() method Fixes 69.
add Add ability to switch off lazy rendering in ComboBox Fixes 70.
add Request features: keyboard navigation/manipulation support Fixes 74.
fix (-) and (+) sign doesn't work properly in TreeGrid Fixes 71.
fix The content is blank on Chrome Fixes 72.
fix TreeGrid > TextBoxCell doesn't work properly Fixes 73.
fix NullPointerException in DefaultGridEventManager.onClick line 147 Fixes 76.
fix [CSS] grid-subrow style is missing Fixes 79.
fix [TreeGrid] expand/collapse many times corrupts the TreeGrid Fixes 80.

Release 2.0.1 - 2010-04-13

Type Changes By
fix ComboBox doesn't send ChangeHandler if a row is choosen on enter key press Fixes 66.
fix Drop down list resizing works improperly Fixes 67.
fix setKeyPressed() is not invoked if key up or key down is pressed Fixes 68.

Release 2.0.0 - 2010-04-11

Type Changes By
add Remove deprecated API usage Fixes 62.
fix DatePicker fails to go to the next month in Chrome browser Fixes 61.
fix ComboBox remains active after selecting value Fixes 63.
fix Wrong 12am <-> 12pm switching Fixes 64.
fix ComboBox choice button doesn't close the drop down list Fixes 65.

Release 1.5.0 - 2010-01-05

Type Changes By
add Lazy rendering support fro ComboBox and SuggestionBox Fixes 60.
fix TreeGrid instantiated with wrong GridRenderer Fixes 57.
fix ComboBox doesn't select a value on model events Fixes 58.
fix DatePicker doesn't display time if the calendar is opened Fixes 59.

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