comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationPanel.java @ 7934:71a2e408adca

Moved info stack section to top level widget (parameterlist).
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 17 Jun 2014 09:47:45 +0200
parents 9b521dfb8920
children
comparison
equal deleted inserted replaced
7933:900299ab8e6e 7934:71a2e408adca
42 * Loads the river info and renders it afterwards 42 * Loads the river info and renders it afterwards
43 */ 43 */
44 @Override 44 @Override
45 public void refresh() { 45 public void refresh() {
46 GWT.log("MeasurementStationPanel - refresh"); 46 GWT.log("MeasurementStationPanel - refresh");
47 contract();
48 47
49 riverInfoService.getMeasurementStations(this.river, 48 riverInfoService.getMeasurementStations(this.river,
50 new AsyncCallback<RiverInfo>() { 49 new AsyncCallback<RiverInfo>() {
51 @Override 50 @Override
52 public void onFailure(Throwable e) { 51 public void onFailure(Throwable e) {
55 54
56 @Override 55 @Override
57 public void onSuccess(RiverInfo riverinfo) { 56 public void onSuccess(RiverInfo riverinfo) {
58 GWT.log("MeasurementStationPanel - Loaded river info"); 57 GWT.log("MeasurementStationPanel - Loaded river info");
59 render(riverinfo); 58 render(riverinfo);
60 expand();
61 } 59 }
62 }); 60 });
63 } 61 }
64 } 62 }

http://dive4elements.wald.intevation.org