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 re-add the
missing functionality to fit it to your needs.

GWT incubator issue tracker:
http://code.google.com/p/google-web-toolkit-incubator/issues/list

Hope that helps,
-Sumit Chandel

On Tue, Jan 27, 2009 at 8:15 AM, Gabriel Guerrero <
[email protected]> wrote:

>
> 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 becomeLeafNode but it was removed, i suppose it was
> removed because there is another way to do it, I tryed to find a issue
> relating to the removal in jira but i could not find anything, so does
> anyone know how to transform the interiorNode to leafNode?, (I could
> remove it and add it again but there is no method to insert at a
> position in the fastTreeItem so it will be appended as the last node
> which i dont want)
>
> Cheers
> Gabriel
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to