19 package org.turro.publication.zul.tree;
21 import org.turro.publication.entity.PublicationCategory;
22 import org.zkoss.zk.ui.ext.AfterCompose;
23 import org.zkoss.zul.Tree;
24 import org.zkoss.zul.Treechildren;
32 private Treechildren children;
41 children.appendChild(cat);
53 private void addChildrenSpace() {
54 children =
new Treechildren();
55 appendChild(children);
59 for(Object o : children.getChildren()) {
PubCategoryItem addCategory(PublicationCategory category)
PublicationCategory getSelectedCategory()