Re: Celltree Refresh question

2011-01-16 Thread Saket
did you find any solution to this problem?

On Dec 7 2010, 12:50 pm, metalhammer29a metalhammer...@gmail.com
wrote:
 I have the same problem : (

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
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.



Re: Celltree Refresh question

2011-01-16 Thread Y2i
How do you add nodes in the first place?

If you use TreeModel's AbstractNodeInfo, then you pass AbstractDataProvider 
to the AbstractNodeInfo's constructor.  You can call updateRowCount() 
and updateRowData() on the data provider to add more nodes.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
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.



Celltree Refresh question

2010-12-06 Thread dleins
If I add a new node to a tree which has been previously rendered via
Celltree, how do I add the node to the tree model and render the
modified tree without (hopefully) reloading and redrawing the entire
tree?  Is an example of this process documented anywhere?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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.



Re: Celltree Refresh question

2010-12-06 Thread metalhammer29a
I have the same problem : (

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@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.