Re: GWT draggable CellTable cells

2012-06-14 Thread js
Hi, I faced same problem. I set draggable to true on cellTable.getElement() and added DragStartHandler to CellTable. This works. cellTable.getElement().setDraggable(Element.DRAGGABLE_TRUE); cellTable.addDomHandler(new DragStartHandler() {...}); I can drag selected rows (with help of selection

GWT draggable CellTable cells

2012-01-05 Thread vinnie
I have a GWT CellTable - it's a pretty simple table with just a single string column. What I'd like to do is drag rows of this table to a drop target (actually another table). I've been trying to figure out how to attach a draggable event as described at ~23:00 of this video (http://

Re: GWT draggable CellTable cells

2012-01-05 Thread Jeff Larsen
take a look at gwtquery and the dnd plugin for it. http://code.google.com/p/gwtquery/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit