diff flys-client/src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java @ 263:f56523bf4c55

Changed the empty table message for helper and data tables. flys-client/trunk@1883 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 10 May 2011 15:36:07 +0000
parents 50a95db68e66
children be842e36ce1c
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java	Tue May 10 13:44:57 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java	Tue May 10 15:36:07 2011 +0000
@@ -68,6 +68,7 @@
         Config config    = Config.getInstance();
         String url       = config.getServerUrl();
         String locale    = config.getLocale ();
+        dataTable.setEmptyMessage(MESSAGES.empty_table());
 
         exportService.getCSV(url, locale, uuid, name,
             new AsyncCallback<List>() {
@@ -145,7 +146,6 @@
         }
 
         for(int i = 1; i < list.size(); i++) {
-            GWT.log ("items" + list.size());
             String[] sItem = (String[])list.get(i);
             ListGridRecord r = new ListGridRecord();
             for(int j = 0; j < sItem.length; j++) {

http://dive4elements.wald.intevation.org