You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by Frams <fe...@xs4all.nl> on 2011/08/02 18:23:39 UTC

RE: TreeView

Is this still valid for pivot 2.0? The constructor new
TreeView(List<TreeNode>) doesn't seem to exist.

--
View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TreeView-tp730910p3219448.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Re: TreeView

Posted by Edvin Syse <es...@syse.no>.
On 08/02/2011 06:37 PM, Greg Brown wrote:
> public TreeView(List<?>  treeData) {...}

If it's your IDE that's preventing you from writing this, make sure you 
are giving it a org.apache.pivot.collections.List, or wrap it in a 
ListAdapter, if you tried to supply a java.util.List :)

-- Edvin

Re: TreeView

Posted by Greg Brown <gk...@verizon.net>.
public TreeView(List<?> treeData) {...}

On Aug 2, 2011, at 12:23 PM, Frams wrote:

> Is this still valid for pivot 2.0? The constructor new
> TreeView(List<TreeNode>) doesn't seem to exist.
> 
> --
> View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TreeView-tp730910p3219448.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.