fredsa / gwt-dnd

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

Please make AbstractInsertPanelDropController.dropIndex protected #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GWT 2.0.3
gwt-dnd 3.0.1

In class AbstractInsertPanelDropController field dropIndex is private, which 
makes it almost impossible to implement custom DropController correctly 
because it's impossible to know index where widget should be inserted.

Original issue reported on code.google.com by Helbr...@gmail.com on 11 Mar 2010 at 4:16

GoogleCodeExporter commented 9 years ago
I must really second this and because of this issues age and status "New" I 
leave a "+1 Me too!" comment :)

Original comment by sbei...@gmail.com on 25 Oct 2010 at 3:51

GoogleCodeExporter commented 9 years ago
Not planned.

Feel free to clone the repository and customize away.

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

GoogleCodeExporter commented 9 years ago
Alternatively, copy the source of the relevant class into your own class.

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