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 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.