Adding configuration booleans to CellTable to refresh headers and footers only when needed.  Currently, the headers and footers are refreshed every time the data is redrawn, even though headers and footers are often static or do not depend on the data.  Users can now call #setAutoHeader/FooterRefreshDisabled() to disable this feature.  Headers and footers will still be redrawn when a column is inserted or removed, but they will not be redrawn on every data update.  Users can force the headers/footers to redraw synchronously by calling #redrawHeaders/Footers.

Review at http://gwt-code-reviews.appspot.com/1520803

Review by: pengzhuang@google.com

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