fredsa / gwt-dnd

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

HasDragProxy interface and its evalutation at PickupDragController. #189

Closed gilberto-torrezan closed 9 years ago

gilberto-torrezan commented 9 years ago

I created a interface to allow draggable components to provide their proxies without having to subclass the PickupDragController for that.