Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Detecting a Tab closure

    setCanClose(true); provides UI with a icon to close a tab and that works, but I need to detect that the tab was closed so that I can persist the user closing it.

    How can my code detect that the tab was closed?

    #2
    See TabSet.addCloseClickHandler

    Comment

    Working...
    X