fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
43 stars 41 forks source link

Improvement: Make getIntersectDropController() in PickupDragController protected. #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be able to override getIntersectDropController() with custom 
behavior to prevent other drop controllers from being engaged if a widget is of 
a certain type.

In the case I am thinking of: if (widget instanceof SpecialType) { return 
boundaryDropController; }

This way only my boundary drop controller would ever be "enagaged" for certain 
types of a widget.

Original issue reported on code.google.com by talmage....@gmail.com on 5 Mar 2011 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by fredsa on 31 Jan 2012 at 6:35