diff flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.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 f3ea644800c4
children d3c053420c3b
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java	Tue May 10 13:44:57 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java	Tue May 10 15:36:07 2011 +0000
@@ -183,6 +183,7 @@
         distanceTable.setShowRecordComponents(true);
         distanceTable.setShowRecordComponentsByCell(true);
         distanceTable.setHeight100();
+        distanceTable.setEmptyMessage(MESSAGES.empty_table());
 
         ListGridField addDistance = new ListGridField ("", "");
         addDistance.setType (ListGridFieldType.ICON);
@@ -247,6 +248,7 @@
         locationsTable.setShowRecordComponents(true);
         locationsTable.setShowRecordComponentsByCell(true);
         locationsTable.setHeight100();
+        locationsTable.setEmptyMessage(MESSAGES.empty_table());
 
         ListGridField addLocation = new ListGridField ("", "");
         addLocation.setType (ListGridFieldType.ICON);
@@ -298,6 +300,7 @@
         locationDistanceTable.setShowRecordComponents(true);
         locationDistanceTable.setShowRecordComponentsByCell(true);
         locationDistanceTable.setHeight100();
+        locationDistanceTable.setEmptyMessage(MESSAGES.empty_table());
 
         ListGridField addfrom = new ListGridField ("", "");
         addfrom.setType (ListGridFieldType.ICON);

http://dive4elements.wald.intevation.org