you can set buttons ID by the method getElement().setId();

you can set Id as row number and as whenever button get clicked you will
have to check its id by

getElement().getId() which is row number that we had set.


--
Aditya


On Mon, Jul 5, 2010 at 8:53 AM, Vik <vik....@gmail.com> wrote:

> Hie
>
> I have a table extending a FlexTable.
>
> In every row there is Button. On clicking this button I want to know the
> row number of the table. Any idea on how to achieve this?
>
> Thankx and Regards
>
> Vik
> Founder
> www.sakshum.com
> www.sakshum.blogspot.com
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to