comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataCageNode.java @ 7465:4b29bb2c785f

Datacage: Remove tree branches vom datacage tree on client side which do not contain loadable data.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 30 Oct 2013 11:58:57 +0100
parents ea9eef426962
children
comparison
equal deleted inserted replaced
7464:f16dce7a2407 7465:4b29bb2c785f
61 } 61 }
62 62
63 public AttrList getAttributes() { 63 public AttrList getAttributes() {
64 return attrs; 64 return attrs;
65 } 65 }
66
67 public boolean hasChildren() {
68 return children != null && !children.isEmpty();
69 }
66 } 70 }
67 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 71 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org