Re: Transforming a FastTreItem Interrior node to Leaf

2009-01-29 Thread Sumit Chandel
Hi Gabriel, I'm not sure why the becomeLeafNode() functionality was removed. It seems like it might be a good idea to raise this on the GWT Incubator project to find out why this was removed (perhaps by mistake). In the meantime, it seems like you should be able to subclass the FastTree widget and

Transforming a FastTreItem Interrior node to Leaf

2009-01-27 Thread Gabriel Guerrero
Hi All, im using the FastTree library from the incubator, i have a case where i want to transform an interior node to a leaf node, i can do it the otherway around using the becomeInteriorNode(), but there is no becomeLeafNode, i was checking the history of the class and at some point there was a