Yes Jeff...
You can do it adding a clickHandler on the table and map the click
event

 table.addClickHandler(new ClickHandler() {

            public void onClick(ClickEvent event) {
                final HTMLTable table = (HTMLTable) event.getSource();
                final HTMLTable.Cell cell = table.getCellForEvent
(event);
                //cell.getCellIndex()   COL
                //cell.getRowIndex()   ROW


Regards

Luiz Lucasi

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