Hi, I want to update my data model when reordering tabs in a TabSet. I enable reordering and add a "TabsReorderedHandler" handler in which I get a callback with a "TabsReorderedEvent". In this event I would expect to find which tab that was moved, and the new index, but I cannot find such info.
Is there anything I have missed, or is this info not available? In the latter case, I would like to add it to the feature wishlist :)
I would expect something like:
event.getTab() and
event.getNewIndex()
I use SmartClient Version: v11.0p_2016-11-04/LGPL.
Is there anything I have missed, or is this info not available? In the latter case, I would like to add it to the feature wishlist :)
I would expect something like:
event.getTab() and
event.getNewIndex()
I use SmartClient Version: v11.0p_2016-11-04/LGPL.
Comment