Yes you can... I wrote an example on how to use gwtquery drag-and-drop plugin for implementing re-ordering in CellList :
Example : http://julien-labs.googlecode.com/svn-history/r7/trunk/sortablecellwidget/demo/SortableCellList/sortablecelllist.html Java code : http://code.google.com/p/julien-labs/source/browse/trunk/sortablecellwidget/?r=7#sortablecellwidget%2Fsrc%2Fjulien%2Fsamples%2Fdndcellwidget%2Fclient The code is documented and easy to understand. If I found time, I will write an article about how to implement reordering in CellWidget... Julien On Mon, May 30, 2011 at 8:38 AM, Jee <[email protected]> wrote: > Can we re-order CellList .. using DND. If we have 5 items in the > CellList, can we move 2nd item to 5th Item in the same CellList. > > Thanks > Jee > > > On May 29, 1:03 am, Julien Dramaix <[email protected]> wrote: >> Could you explain more what you are looking for ? What do you mean by >> "within CellList" ? >> >> On May 28, 2:11 pm, Jee <[email protected]> wrote: >> >> >> >> >> >> >> >> > Hi Julien, >> >> > thanks. >> > Its great to see your reply. CellList is supporting drag and drop. >> > but i am looking within CellList whether drag and drop is supporting >> > or not. >> > I tried to get about it, but i still failed. >> > Please suggest on this. >> >> > Thanks >> > Jee >> >> > On May 27, 6:47 pm, Julien Dramaix <[email protected]> wrote:> You >> > can use the drag-and-drop plugins of gqtquery to enbale drag and >> > > drop on any CellWidget. >> >> > > Example >> > > :http://gwtquery-plugins.googlecode.com/svn/trunk/droppable/demo/Conta... >> > > Documentation >> > > :http://code.google.com/p/gwtquery-plugins/wiki/DragAndDropPluginForGW... >> >> > > Julien >> >> > > On May 27, 10:42 am, Jee <[email protected]> wrote: >> >> > > > Hi, >> >> > > > We would like to replace the old table inside Menu to use cellList. >> > > > However, we >> >> > > > don't know whether GWT cellList support drag and drop or not. Drag and >> > > > drop is >> >> > > > supported using old table inside Menu but we have to make sure this >> > > > feature >> >> > > > still works in cellList before we can replace it. >> >> > > > Thanks, >> > > > Jee > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
