Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    how to get a TreeNode child

    Hello,
    i'am using a tree in a treegrid,and TreeNode to try to have the node of each tree's node,
    well the problem is,i can't find an equivalent for node.getChild(i) in gwt (where node is a TreeItem in this case)
    is there a way to have the TreeNode child while havin' a counter on each node ?

    i hope that i 'm clear.
    thanks in advance.

    Halloula

    #2
    I dont really understand your question but TreeGrid.getTree() returns the underlying Tree structure with tons of access and lookup methods. getChildren(), findNode(), etc... , etc...

    Comment

    Working...
    X