Tuesday, September 21, 2010

How do i get the row index and column index in each cell on mouse over event

Hi all,

I've searched much document about how to get the row index and
column index on mouse over event, but i'still have no idea about that.
Can you give me some example code tell me how to do that ?

I can get element like below step, but how do i to get row index
and column index ?

public void onBrowserEvent(Event event) {
Element td = getEventTargetCell(event);
}

Thank you.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment