How do you bind a cell tree using uibinder?
I think you can't call directly the getNodeInfo and expect you tree to be 
populated. The async data provider fills the tree by calling the 
onRangeChanged(), there is where you need to put you RPC call.
The 
http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/view/client/AsyncDataProvider.html
 
can be used in both celltree and celltable and holds a HasData<T> display.
In the getNodeInfo the null check should be used to fill in the root 
element(s).

Try to simplify things i.e., removing authenticaton and the load button.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/kLTSE8hKexMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to