You can create an UIBinder for the 2nd column and use its object to render it as a celltable column.
Regards Deepak On Tue, Apr 26, 2011 at 10:04 AM, ALB-PSP-DV1 <[email protected]> wrote: > I have a requirement to display a celltable in the below manner > __________________________ > | S.no | Data | > ---------------------------------------------- > | 1 | Data1 (image) | > | | Data2 (image) | > | | Data3 (image) | > | | Data4 (image) | > ---------------------------------------------- > | 2 | Data5 (image) | > | | Data6 (image) | > ---------------------------------------------- > | 3 | Data7 (image) | > ---------------------------------------------- > | 4 | Data8 (image) | > ---------------------------------------------- > > I can use TextCell for the first column(S.no). For the second column I > thought of using a verticalPanel which contains multiple > horizontalPanel and each horizontalPanel consists of a text and an > image. > > However I'm not able to find any component(like TextCell) for > verticalPanel or horizontalPanel. > > Can we add directly a verticalPanel within celltable? Or Is there any > other approach for the display of second column(Data)? > > -- > 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.
