ChangeListener is the right one.... On Thu, Dec 11, 2008 at 7:06 AM, David Hoffer <[EMAIL PROTECTED]> wrote:
> > It looks like KeyboardListenerAdapter's onKeyUp will do what I need. > > -Dave > > On Wed, Dec 10, 2008 at 5:50 PM, dhoffer <[EMAIL PROTECTED]> wrote: > > Does anyone know how to configure GWT's TextBox so I can be notified > > when its contents changes? > > > > I have just found out that addChangeListener does not work because it > > only gets fired when the user leaves the text box. > > > > Also addKeyboardListener does not do what I need because this is fired > > BEFORE the contents of the text box have been changed/updated (so > > calling getText() returns the previous text). > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
