comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationPanel.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
25 * RiverInfoService and displays them in a tree underneath a RiverInfoPanel 25 * RiverInfoService and displays them in a tree underneath a RiverInfoPanel
26 * 26 *
27 * @param flys The FLYS object 27 * @param flys The FLYS object
28 */ 28 */
29 public MeasurementStationPanel(FLYS flys) { 29 public MeasurementStationPanel(FLYS flys) {
30 super(new MeasurementStationListGrid(flys)); 30 super(flys, new MeasurementStationListGrid(flys));
31 } 31 }
32 32
33 /** 33 /**
34 * Returns the title which should be displayed in the section 34 * Returns the title which should be displayed in the section
35 */ 35 */

http://dive4elements.wald.intevation.org