I’ve seen the Sampler demo where you can reorder components, but is there a way to allow the user to freely drag and drop components anywhere inside a container? I am making an application that allows users to draw text (using Labels) onto an image as annotations. Then move the annotations around and resize them. Can this be done with Vaadin? If so, please let me know. I read somewhere that you can go down to the GWT level for things, but I have no idea how to do that. And I’ve never used GWT before.
Good question. It might be possible to make a drag handle for resizing each component, and then animate the resizing using a ServerSideCriterion. Might be a bit slow though. Well, with client-side (GWT) programming anything is possible.