It doesn't matter what widget you use for GWT-DnD. The dnd operation can be configured to any AbsolutePanel. So you can put your Tree and List widget in one AbsolutePanel, and create a DropController for your Tree widget.
Kevin On 3/25/09, SerBeys <[email protected]> wrote: > > > I've read about GWT-dnd, but I didn't find the examle of List to Tree > DnD (Only List to List). > does GWT-dnd library allow to use such kind of DnD? > > > On Mar 24, 10:23 pm, obesga <[email protected]> wrote: > > There's a GWT-dnd library, search google code. > > > > Oskar > > > > On 24 mar, 13:36, SerBeys <[email protected]> wrote: > > > > > > > > > I need to create an application with List to Tree Drag-n-Drop. > > > The Tree have some structure, for example: > > > > > Root_term > > > ---Term1 > > > ---Term2 > > > ---Term3 > > > ---Term4 > > > ---Term5 > > > > > And the user should be able to fill this tree with data from ListBox > > > using DnD (replace temporary "Term" values with values from ListBox). > > > > > The example with GWT-Ext (http://gwt-ext.com/demo/#gridDD) is rather > > > good, but I need replacing instead of adding nodes. > > > > > Please advise simple solution to this problem. > > > It would be nice not to use the GWT-Ext > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
