Hi,
Some business rules can make it possible for a Tab to close. I'm doing this via TabSet.removeTab() calls. So there are other ways to close tabs besides the TabCloseClickEvent.
It would be nice to have an event for tab TabRemoved (and likewise for TabAdded) which fires when a tab is removed.
We can add it ourselves, but I thought it could be interesting to have built in :)
Some business rules can make it possible for a Tab to close. I'm doing this via TabSet.removeTab() calls. So there are other ways to close tabs besides the TabCloseClickEvent.
It would be nice to have an event for tab TabRemoved (and likewise for TabAdded) which fires when a tab is removed.
We can add it ourselves, but I thought it could be interesting to have built in :)
Comment