Mercurial > dive4elements > river
changeset 817:8f39ffee068a
Reverted accidental commit.
flys-client/trunk@2473 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 08 Aug 2011 17:01:54 +0000 |
parents | dc7b1ba05cd4 |
children | 2c004a40b1e1 |
files | flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java |
diffstat | 1 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java Mon Aug 08 17:00:32 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java Mon Aug 08 17:01:54 2011 +0000 @@ -73,20 +73,6 @@ treeGrid.setWidth100(); treeGrid.setHeight100(); - treeGrid.addLeafClickHandler(new LeafClickHandler() { - @Override - public void onLeafClicked(LeafClickEvent lce) { - AttributedTreeNode atn = (AttributedTreeNode)lce.getLeaf(); - AttrList attrList = atn.getSpecialAttributes(); - if (attrList != null) { - for (int i = 0, N = attrList.size(); i < N; ++i) { - GWT.log("'" + attrList.getKey(i) + - "' -> '" + attrList.getValue(i) + "'"); - } - } - } - }); - layout.addMember(treeGrid); String river = findRiver();