On Dec 10, 11:41 am, FKereki <[email protected]> wrote: > The idea was that FlexTable and Grid "hide" the HTML code, and avoid > any possible cross browser problems. If you go back to using HTML > directly, you may have to deal with browser quirks on your own. Of > course, with pretty simple HTML, that won't probably be a problem, but > what I like about GWT is being able of forgetting HTML and JavaScript > -- most of the time, at least.
Though for something as simple as a table, when you don't need to handle events (such as the "cell click events" you get with FlexTable/ Grid), there isn't a single cross browser issue; and it'd really boost your perfs! As for you original question, AFAICT, you cannot "pre-populate" a FlexTable or Grid with UiBinder, only instantiate the widget (with its default 0,0 size, unless you use a @UiFactory or @UiField (provided=true)) -- 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.
