I’m working on a drag’n’drop functionality in a GWT project and I need to do widgets drag’n’droping onto a FlexTable.
I saw some examples on DnD within AbsolutePanel… etc, and I did researches on it, but I didn’t find any information on the above mentioned problem.
Any help will be appriciated.
In a matter of fact I finished coding, and it works super. It took me one whole week! But not with
GWTQuery, I used onlyGWT.FlexTableinto aAbsolutePanelto manipulate thedragged objects from the
FlexTablecellsFocusPanelto map the events todragging and dropping objects