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<http://code.google.com/p/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

Am Mittwoch, 2. Mai 2012 16:27:11 UTC+2 schrieb aliwa:
>
> 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;
> }
>

Am Mittwoch, 2. Mai 2012 16:27:11 UTC+2 schrieb aliwa:
>
> 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;
> }
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/7osaZQLFtRsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to