I've had a proper look at the cell sampler showcase. While it does render UI components for cells, it isn't actually embedding widgets. It's using classes like CheckboxCell that render html directly. So it doesn't look like with this approach I can embed my custom IsWidget directly as cell content.
Matthew On 15 August 2012 15:33, Matthew Pocock <[email protected]>wrote: > Thanks. I've cobbled something together with DataGrid. > > M > > > On 7 August 2012 14:45, Andrei <[email protected]> wrote: > >> Joshua is right: DataGrid is your solution. If existing cells do not meet >> your needs, you can build any cell you like by extending AbstractCell. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-web-toolkit/-/BFRRQb5xAHUJ. >> >> 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. >> > > > > -- > Dr Matthew Pocock > Integrative Bioinformatics Group, School of Computing Science, Newcastle > University > mailto: [email protected] > gchat: [email protected] > msn: [email protected] > irc.freenode.net: drdozer > skype: matthew.pocock > tel: (0191) 2566550 > mob: +447535664143 > > -- Dr Matthew Pocock Integrative Bioinformatics Group, School of Computing Science, Newcastle University mailto: [email protected] gchat: [email protected] msn: [email protected] irc.freenode.net: drdozer skype: matthew.pocock tel: (0191) 2566550 mob: +447535664143 -- 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.
