Hi, I can define a widget that contains some item that accepts a ChangeListener. Say, I have a myTextBox widget that creates the TextBox and adds a custom label. I can put a ChangeListener on the TextBox.
I can create another Widget that uses the myTextBox widget. If I know I can implement the onChange() function in the child myTextBox widget but I need the "parent" to get the onChange event too. My questions are: 1) how can I make the onChange event bubble up to the parent/calling widget? or 2) if the bubbling is already happening, how do I catch it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
