Hi,

how can i detect the TreeItem where the mouse is over in an
onMouseOver-Handler?

I have the following:

public class NaviTree extends Tree implements MouseOverHandler {

   public NaviTree() {
      addMouseOverHandler(this);
   }

   public void onMouseOver(MouseOverEvent event) {
// here i will show a popup with information about the current
treeitem, NOT the selected one.
   }

}

Michael

--~--~---------~--~----~------------~-------~--~----~
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