comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/ScenarioSelect.java @ 1180:1aba1a75beb2

Write the name of the selected waterlevels (used for the floodmap) into the static DESCRIBE. flys-artifacts/trunk@2770 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 16 Sep 2011 08:47:09 +0000
parents fb5a7ff9feb8
children a78dafdd8590
comparison
equal deleted inserted replaced
1179:ebb48bef3529 1180:1aba1a75beb2
46 46
47 47
48 @Override 48 @Override
49 protected void appendStaticData( 49 protected void appendStaticData(
50 FLYSArtifact flys, 50 FLYSArtifact flys,
51 CallMeta meta, 51 CallContext cc,
52 ElementCreator creator, 52 ElementCreator creator,
53 Element ui, 53 Element ui,
54 String name 54 String name
55 ) { 55 ) {
56 if (name != null && name.equals(FIELD_BARRIERS)) { 56 if (name != null && name.equals(FIELD_BARRIERS)) {
57 return; 57 return;
58 } 58 }
59 else { 59 else {
60 super.appendStaticData(flys, meta, creator, ui, name); 60 super.appendStaticData(flys, cc, creator, ui, name);
61 } 61 }
62 } 62 }
63 63
64 64
65 @Override 65 @Override

http://dive4elements.wald.intevation.org