hi Vik, try FlexCellFormatter formatter = FlexTable.getCellFormatter().getRowNum();
hope this helps Sunny. On Jul 6, 9:09 am, aditya sanas <[email protected]> wrote: > 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 <[email protected]> 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2bunsubs[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted text - > > - Show quoted text - -- 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.
