comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugePanel.java @ 6191:9b521dfb8920

Pass the FLYS instance to the InfoPanel class. It will be needed for the SSO wiki links. Part of flys/issue1265
author Bernhard Herzog <bh@intevation.de>
date Tue, 04 Jun 2013 17:38:35 +0200
parents ea9eef426962
children 71a2e408adca
comparison
equal deleted inserted replaced
6190:7aadc0e2e3fa 6191:9b521dfb8920
27 * displays them in a tree underneath a RiverInfoPanel 27 * displays them in a tree underneath a RiverInfoPanel
28 * 28 *
29 * @param flys The FLYS object 29 * @param flys The FLYS object
30 */ 30 */
31 public GaugePanel(FLYS flys) { 31 public GaugePanel(FLYS flys) {
32 super(new GaugeListGrid(flys)); 32 super(flys, new GaugeListGrid(flys));
33 } 33 }
34 34
35 35
36 @Override 36 @Override
37 public String getSectionTitle() { 37 public String getSectionTitle() {

http://dive4elements.wald.intevation.org