comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/stationinfo/GaugePanel.java @ 4980:e70ff0a600a3

flys-client: Whitespace and doc cosemtics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 14 Feb 2013 09:29:51 +0100
parents f46a07c11324
children 0e6e44e6725f
comparison
equal deleted inserted replaced
4979:4c76c5f69eaf 4980:e70ff0a600a3
27 public String getSectionTitle() { 27 public String getSectionTitle() {
28 return MSG.gaugePanelTitle(); 28 return MSG.gaugePanelTitle();
29 } 29 }
30 30
31 /** 31 /**
32 * Loads the river info and renders it afterwards 32 * Loads the river info and renders it afterwards.
33 */ 33 */
34 public void refresh() { 34 public void refresh() {
35 contract(); 35 contract();
36 36
37 riverInfoService.getGauges(this.river, new AsyncCallback<RiverInfo>() { 37 riverInfoService.getGauges(this.river, new AsyncCallback<RiverInfo>() {
46 render(riverinfo); 46 render(riverinfo);
47 expand(); 47 expand();
48 } 48 }
49 }); 49 });
50 } 50 }
51
52 } 51 }

http://dive4elements.wald.intevation.org