Drag-Droppable Tabs

Hello!

So the problem is pretty simple. I have Tabsheet on which i add some tabs and now i would like to make them drag/dockable like, perhaps, Firefox tabs.

Anyone came across something similar?

Thanks!

In order to implement this you need to extend Tabsheet (on server-side) and ITabSheet (on client-side). In principle this should not be too hard to do using gwt-dnd:

thanks for pointing me in right direction. when i’m done, ill post the final code here in case anyone needs it and doesnt want to invent the wheel.

Great. Just ask for account if you want to commit it to http://dev.itmill.com/svn/incubator/

one question:

according to this link
http://dev.itmill.com/ticket/2875
, gwt 1.6 will not be supported until vaadin6.0? in such case is it safe to assume that 5.3.0
support gwt 1.5.3?

thanks

GWT 1.5 is used in IT Mill Toolkit 5.3.x and 5.4.x. There are a few fixes in the upcoming 5.4.0 which should enable you to use GWT 1.6 for your own widgetsets if you really want to. The distribution packages are however built with GWT 1.5.

The upcoming Vaadin 6.0 will use and support GWT 1.6.

thanks for clarification!

This was also covered with ticket
http://dev.itmill.com/ticket/2773
and
http://dev.itmill.com/ticket/2772
in case someone has picked these up already