comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/RiverSelect.java @ 116:47a4bc7a9ddf

Replaced the 'special' attribute of the DESCRIBE with a 'uiprovider' attribute. flys-artifacts/trunk@1347 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 01 Mar 2011 17:18:08 +0000
parents b51e92fef704
children b18aebd1342f
comparison
equal deleted inserted replaced
115:b51e92fef704 116:47a4bc7a9ddf
89 Collection<StateData> items = data.values(); 89 Collection<StateData> items = data.values();
90 90
91 for (StateData item: items) { 91 for (StateData item: items) {
92 Element select = ProtocolUtils.createArtNode( 92 Element select = ProtocolUtils.createArtNode(
93 creator, "select", 93 creator, "select",
94 new String[] { "special" }, 94 new String[] { "uiprovider" },
95 new String[] { "river" }); 95 new String[] { "select_with_map" });
96 96
97 Element label = ProtocolUtils.createArtNode( 97 Element label = ProtocolUtils.createArtNode(
98 creator, "label", null, null); 98 creator, "label", null, null);
99 99
100 Element choices = ProtocolUtils.createArtNode( 100 Element choices = ProtocolUtils.createArtNode(

http://dive4elements.wald.intevation.org