http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/FlexTable.html

On 19 Aug., 08:54, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi guys,
>
> Bit of advice if you have a moment. I have been tasked with
> retrospectivley fitting gwt into html. Fun! I have a table that I am
> declaring inside and HTML object...
>
> For example
> HTML table = new HTML("<table><tr><td></td></tr></table>");
>
> The table is already formatted and I would like, if possible, to keep
> it as an HTML object. The problem is that I then want to insert a
> checkbox gwt object into the first cell of each row...
>
> Like
>
> HTML table = new HTML("<table><tr><td id="checkBox"></td></tr></
> table>");
> RootPanel.get("checkBox").add(new CheckBox());
>
> The reason I want to do this is that I would like to use a
> ClickListener implemented via GWT rather than writing my own JS. I
> cant put the table in the ROOT panel because the number of rows are
> dynamic, based on search results.
>
> So I know this is not going to work because the RootPanel is final. So
> how do I go about doing this? Preferably by keeping the existing HTML
> intact?
>
> Thanks and regards,
>
> Werda
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to