Added overrides of insertRow and removeRow to the Grid class.  Previously, Grid did not override or expose these protected methods in HTMLTable, so calling them would lead to an invalid state where Grid's numRows variable did not coorespond to the actual number of rows.  This could be a breaking change because we now expose these as public methods, so subclasses of Grid that override insert/removeRow but keep them protected will result in a compiler error (reducing visibility of a method).

Patch by: jlabanca
Review by: jgw
Issue: 1384



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@3510 8db76d5a-ed1c-0410-87a9-c151d255dfc7
2 files changed