Drag and Drop in GWT FlexTable

I am working on the drag'n'drop function in a GWT project, and I need to make drag'n'droping widgets on FlexTable.

I saw a few examples on DnD within AbsolutePanel... etc, and I studied it, but I did not find any information about the above problem.

Any help would be assigned.

+3
source share
3 answers

I actually finished coding and it works super. It took me a whole week! But not with GWTQuery, I used only GWT.

  • I moved FlexTablein AbsolutePanelto manipulate draggable objects from cellsFlexTable
  • I used java events, mouse events and handlers.
  • FocusPanel
  • FlexTable
+1

DnD AbsolutePanel - FlexTable - :
DnD FlexTable, , , , , **. .

0

All Articles