Tanks Ray,

I understand what you mean but don't really see how this could solve
my problem.

My problem is to detect a single focus/blur event of a group of
widgets.

Looking at your explanation I do translate these events to a general
ValidationChange event.
However, to trigger the validation of my composite widget I have to
detect a single blur (like explained above of the examples).
Reading your explanation; my problem is the implementation of this
semantic event as the client won't see this blur/focus event directly,
but the ValidationChangeEvent.

Is there anyway to "analyze" the upcomming gwt events, when receiving
a gwt event? In this way I can see if a focus event of one of the
widgets in the group is following the blur event, so I can decide if
the blur event is a blur of the whole group of widgets....



--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to