If you want click event to be fired first, why are you even focusing on the list box ? One thing i want to clarify you is, the event mechanism would work in the same order as you act on its sources. We cant decide on which event to get triggered first and which one on next.
On Jan 18, 11:18 pm, PaulBee <[email protected]> wrote: > Hello, > > I have implemented a ListBox that when loses focus (Blur) makes three > butons disappear. > > My problem is that when I click on one of the buttons, GWT first calls > the BlurHandler thus making the Button I have clicked disappear. > Therefore, the OnClick event of the Button is never called. > > How can I set a higher priority to the OnClick events of the three > buttons over the BlurHandler of the ListBox? > > I suppose I need to use the HandlerManager but I haven't found any > tutorial of it on the Internet. The Handlermanager javadoc is not > enough for me to understand its complete implementation regarding the > above mentioned Widgets. > > Thank you, > Paulo Abelha
-- 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.
