Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

RFE: getSelectedWidgets #82

@GoogleCodeExporter

Description

@GoogleCodeExporter
Request for Enhancement on PickupDragController to provide the list of 
selectedWidgets with a get method.

In our application each of the draggable nodes is a container for data and 
we now have a feature request that requires the application to know which 
nodes have been selected (via normal selection or ctrl-click) in the same 
drag area. We are using 2.5.6 so I took a look at the code for 2.6.5 but 
didn't see this capability. I looked into recording the selected widgets in 
my own class but onDragStart does not fire on ctrl-click. So I can only 
save a pointer to the context by stealing it off the first onDragStart 
event and taking advantage that you left selectedWidgets public.

We do not have the means to upgrade to GWT 1.7 yet so I can't move up to 
gwt-dnd 2.6.5. Would you be able to retrofit the method into 2.5.6 as well?

Original issue reported on code.google.com by [email protected] on 3 Aug 2009 at 3:19

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions