I have exactly the same piece of functionality.

Just use a DeferredCommand, that's it.
That is: when a focus lost occurs on one of the text boxes, then fire
the deferred command.
If this command is executed and the lost focus event isn't canceled by
a focus event that occurred in the meantime, you fire the composite
blur event....

I use it a lot, have a standard kind of widget goup component for it
and you can throw in as much widgets as you like as long as they
implement the blur and focus event handlers.

BTW: this solution appears somewhere in the group as I discussed it
around a year ago as well.

Good luck,
Ed
--~--~---------~--~----~------------~-------~--~----~
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