Tuesday, January 31, 2012

Re: What is the easiest / best solution for drag and drop in GWT right now?

If your concern is rearranging lists using drag and drop, this can be
done by gwt-dnd package. I've used it to rearrange a list of
disclosure panels. The rearrangement is saved in the Database via
RequestBuilder.
One of the best things I found regarding how to make composite objects
(like Disclosure panel) draggable, is by inserting components in a
FocusPanel.


On Jan 31, 1:59 pm, CSchulz <csch...@acumeta.com> wrote:
> Thanks!! I actually didn't know this! This will help a ton! Do you know if
> there have been any objects created for it? Like a rearrangeable list?

--
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 this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment