Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1486:efdb4fe5a69e
Improved the TableDataPanel (for displaying calculation results) to support CSV exports with more than 5 columns.
flys-client/trunk@3560 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 02 Jan 2012 10:23:29 +0000 |
parents | 00e429e6420c |
children | ea2aae01e7c4 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Dec 29 14:55:18 2011 +0000 +++ b/flys-client/ChangeLog Mon Jan 02 10:23:29 2012 +0000 @@ -1,3 +1,11 @@ +2012-01-02 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: + Improved the TableDataPanel, so that it is able to support CSV exports + with more that 5 columns. In addition, a small performance optimization + has been done: the Locale and the NumberFormat is created outside the loop + that walks over all rows. + 2011-12-29 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: