Re: How to get the row number of a flex table
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.ceo@gmail.com> wrote:
HieI 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?--
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.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home