How to have tile like view with Vaadin Components

Hi,

I am trying to build an application where I need all the components(tables,charts,layouts,panels etc) to be movable and resizable-tiles like view. Is it possible with Vaadin ?

Regards,
Sangeeta Singh

what do you mean by movable??? can be put anywhere of the page?

yes . like replace with any other compenent. for example if you have a table and a chart, should be able to interchange their position.

An old post, but: the
PortalLayout add-on
or
DragDropLayouts
might help you achieve this.