diff flys-client/src/main/java/de/intevation/flys/client/client/ui/stationinfo/GaugeListGrid.java @ 4981:0e6e44e6725f

flys-client: (first draft) In GaugeInfo show link to show main values.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 14 Feb 2013 09:32:29 +0100
parents e70ff0a600a3
children 76d40d257c8c
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/stationinfo/GaugeListGrid.java	Thu Feb 14 09:29:51 2013 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/stationinfo/GaugeListGrid.java	Thu Feb 14 09:32:29 2013 +0100
@@ -295,7 +295,7 @@
     @Override
     protected Canvas getExpandPanel(ListGridRecord record) {
         GaugeRecord item = (GaugeRecord)record;
-        return new WidgetCanvas(new GaugeInfoPanel(item));
+        return new WidgetCanvas(new GaugeInfoPanel(item, flys));
     }
 
     @Override

http://dive4elements.wald.intevation.org