Hi Sean,
Thank you for your help. http://code.google.com/p/gwt-dnd/ works perfectly. I've got all my widgets in a composite too. Thank you. Chitra On Mar 14, 12:22 am, Sean <[email protected]> wrote: > Yeah, everything done on iGoogle can be done in GWT. > > You are right, you can use GWT's mouse listener class to implement > Drag and Drop. There are a bunch of libraries out there that can't > give you a huge jump forward in that area like :http://code.google.com/ > p/gwt-dnd/ > > As for the widgets themselves, check out Composites. You can combine > any amount of GWT Widgets in one neat object. > > As for the CSS, you could probably keep them all in the same file and > just keep the .css file ordered. This way you're not downloading tons > of .css files, lots of overhead for no gain. Though you CAN have > multiple .css files, just declare them all in your GWT's project .xml > > On Mar 13, 2:58 am,Chitra<[email protected]> wrote: > > > Hi all, > > > I am a newbie to GWT. I am trying to create a panel that can display > > multiple widgets. These widgets cab be dragged and dropped to any part > > of the screen and will have configuration values that determine thier > > location on the screen, some user preferences etc. A good example is > > igoogle. the easeness of moving around widgets and editting their > > settings in igoogle is exactly what I am trying to achieve. > > > Can I use GWT for this? I am aware of the GWT's MouseListener class > > which will enable me to listen for drags and drops. And GWT's panels > > will be very useful too. But how can I create multiple widgets (with > > their own html files, java code and css files) and put them all > > together onto a host page? Should I create multiple modules (how do I > > do that)? Or should I create multiple GWT projects (how do I import > > those projects to the hostpage)? > > > Thank you very much for your time. > > > Kind regards, > >Chitra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
