First time here? Check out the FAQ!
Hi there,
I am migrating my application from version 3.6.4 to version 7.0.2 and I have found a class that no longer exists, SimpleTreeNode. We use it to create a structure of type Tree. I have tried several options with a TreeModel, but creating an instance of the class TreeModel through the classes AbstractTreeModel or DefaultTreeModel finally the child nodes are null.
Anyone knows an "easy" way to change to the SimpleTreeNode other "similar" class.
Thanks.
Oke, did some searching on Zk doc's and found this.
SimpleTreeModel and SimpleTreeNode are removed
The org.zkoss.zul.SimpleTreeModel
and org.zkoss.zul.SimpleTreeNode
classes are removed, and replaced with DefaultTreeModel
and DefaultTreeNode
.
Hope this can help you.
Greetz chill.
Asked: 2014-08-06 09:47:11 +0800
Seen: 13 times
Last updated: Aug 07 '14