You need to have whatever widget needs notification of the popup close
implement the PopupListener interface and register it with the popup.
Then the method:

void onPopupClosed(PopupPanel sender, boolean autoClosed) {..};

will be called.

On Nov 30, 10:26 am, Riyaz Mansoor <[EMAIL PROTECTED]> wrote:
> Hi
>
> What's the easiest way to catch a popup panel close/hide event ? I
> can't find any handler to catch it.
>
> override the hide() method ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to