setting the default number of tree nodes to display in celltree

2011-06-21 Thread DevJodie
Hi all, Is there a way to set the number of tree nodes to be displayed in celltree? setDefaultNodeSize() works only for the child nodes. There should be a way to set the default number of nodes to be displayed for the tree nodes that are already open. Does anybody know a way to do that? Thanks

Re: Refreshing a celltree

2011-06-13 Thread DevJodie
I'm also facing a similar situation. Has anyone already found a solution to this 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

Adding CSS styles to composite cells in celltree

2011-06-09 Thread DevJodie
Hi, I have a cell tree which has composite cells on the leaf and branch nodes. I want to add css styles to the different cells within the composite cell, like the TextInputCell and EditTextCell. Is there a way to do that? For starters, it would be helpful to know a way to just align all the cells