I'm dooing a Proof of Concept, evaluating Grails (2.1.0) with Vaadin 7 Plugin. We are evaluating different technologies and the common goal is to have a drag and drop tree set starting from a grails model, change the tree by dragging and drop a child and save the change in the database.
What I need is exactly this, nothing more, nothing less:
http://demo.vaadin.com/sampler#DragDropTreeSorting
Unfortunately when i copy and paste the example in a class (i work with IntelliJ 11.13) the IDE complains because it cannot find:
import com.vaadin.terminal.gwt.client.ui.dd.VerticalDropLocation;
Is this class excluded from the plugin or am i missing something? and if yes how do I reproduce the example?
thanks!