Hi YoeZ,
DialogBox implements SourcesPopupEvents, therefore if you have your parent panel implement the PopupListener interface and register iteself as a listener with the DialogBox, it will be notified via void onPopupClosed(PopupPanel sender, boolean autoClosed) when the DialogBox closes, and can access what it needs from the sender (which is the DialogBox). regards gregor On Sep 6, 6:59 am, YoeZ <[EMAIL PROTECTED]> wrote: > dear all, > how can i access parentpanel method from DialogboxPanel? i want to > send variable from dialogbox to parent panel. > > thanks before --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
