Doc, You cannot add Widgets directly to a CellTable. You will have to write a custom implementation by extending one of the AbstractCell Types.
Is there a reason why you need to place a Panel inside a CellTable? If you are using a table to place widgets either use Grid or FlexGrid. CellTable is for a different purpose. ~Ashwin On Fri, Jan 27, 2012 at 8:53 PM, Doc <[email protected]> wrote: > Hi, > > Can anybody please help me with below query: > > I am using cell table. For one of the column, I need to add > AbsolutePanel dynamically as a cell element. > > Please let me know about it OR share me any document/URL if any ASAP. > > Thanks in advance. > > Thanks > Doc > > -- > 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. > > -- 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.
