[GWT]Is it possible to select menuItem onMouseOver?

OneNonlyNova

New Member
I realize a web application that run commands displayed in menuItem. These commands may depend on each other, for example if a command C depends on B, B depends on A to execute C we must execute in order A-> B-> C. In short, I would like to improve the feedback on my application and select menuItems automatically when the mouse is over a command that depends on them.Thanks in advance for your helps.NB: I use GWT 2.3
 
Top