[gwt-dnd] drag handles (urgent)

58 views
Skip to first unread message

Ali Thabet

unread,
May 2, 2012, 10:27:11 AM5/2/12
to google-we...@googlegroups.com
Is it possible to use multiple drag handles for the same custom widget?

Is it possible to change the drag handle during application execution?
something like:

if (IsEditable)
{
    dragHandle = focusPanel_1;
}
else
{
    dragHandle = focusPanel_2;
}

mukarev

unread,
May 5, 2012, 12:05:13 PM5/5/12
to google-we...@googlegroups.com
Hi aliwa,

as far as I know, it's not possible with GWT standalone. If you need special drag and drop operations I could recommend gwt-dnd.

There you can make your components draggable with different draghandles. (With the makeDraggable(Element, DragHandle)-method)

I remember that Fred Sauer is working with the team of GWT to fit his library into a future version of GWT maybe 2.5.

Hope this helps.

Please contact for further information.

Greetz,
mukarev

Dimitrijević Ivan

unread,
May 7, 2012, 7:41:03 AM5/7/12
to google-we...@googlegroups.com
You have drag and drop functionalities in GWT 2.4.
What you do not have is some kind of tutorial how to use it.

Reply all
Reply to author
Forward
0 new messages