comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ChartMode.java @ 4350:4ac69bb4b39d

flys-client: Show NaviOutput-Tab also for extreme_wq_curve.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 01 Nov 2012 12:29:24 +0100
parents b5930486594d
children cb1655e87ce6
comparison
equal deleted inserted replaced
4349:eda2a02d0dec 4350:4ac69bb4b39d
35 35
36 36
37 @Override 37 @Override
38 public OutputTab createOutputTab(String t, Collection c, CollectionView p) { 38 public OutputTab createOutputTab(String t, Collection c, CollectionView p) {
39 if (this.getName().equals("fix_wq_curve") || 39 if (this.getName().equals("fix_wq_curve") ||
40 this.getName().equals("extreme_wq_curve") ||
40 this.getName().equals("fix_deltawt_curve") || 41 this.getName().equals("fix_deltawt_curve") ||
41 this.getName().equals("fix_derivate_curve") || 42 this.getName().equals("fix_derivate_curve") ||
42 this.getName().equals("fix_vollmer_wq_curve")){ 43 this.getName().equals("fix_vollmer_wq_curve")){
43 return new NaviChartOutputTab(t, c, this, p); 44 return new NaviChartOutputTab(t, c, this, p);
44 } 45 }

http://dive4elements.wald.intevation.org