What is the supposed return value of Tree.getAllNodes(node)?
The source defines a TreeNode but the code (afaiu) actually returns an array of TreeNodes, which does make sense acc to the JavaDoc.
Is this a bug or do I understand something wrong here?
Thomas
PS: This is in SmartGWT 2.1 (GWT 2.0.3)
The source defines a TreeNode but the code (afaiu) actually returns an array of TreeNodes, which does make sense acc to the JavaDoc.
Is this a bug or do I understand something wrong here?
Thomas
PS: This is in SmartGWT 2.1 (GWT 2.0.3)
Comment