comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java @ 1352:01b18db3b288

In WDiff datacage input make names survive backjumps. flys-client/trunk@3027 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 19 Oct 2011 11:08:03 +0000
parents 46a4b74d87bf
children bc06a671ef60
comparison
equal deleted inserted replaced
1351:19f621663b7a 1352:01b18db3b288
335 debugAttributeValues += ("[" + attr +": " 335 debugAttributeValues += ("[" + attr +": "
336 + node.getAttributeAsString(attr) + "] "); 336 + node.getAttributeAsString(attr) + "] ");
337 } 337 }
338 GWT.log("DatacageWidget.collectToLoad, attributes are " 338 GWT.log("DatacageWidget.collectToLoad, attributes are "
339 + debugAttributeValues); 339 + debugAttributeValues);
340 if(ids == null) ids = node.getAttribute("id"); 340
341 341 toLoad.add(artifact,
342 toLoad.add(artifact, factory, out, name, ids); 342 factory,
343 out,
344 name,
345 ids,
346 node.getAttribute("name"));
343 } 347 }
344 TreeNode [] children = tree.getChildren(node); 348 TreeNode [] children = tree.getChildren(node);
345 if (children != null) { 349 if (children != null) {
346 for (TreeNode child: children) { 350 for (TreeNode child: children) {
347 stack.push(child); 351 stack.push(child);

http://dive4elements.wald.intevation.org