I have another use case here, quite simple - I want to populate the
contents of a flextable (or grid) dynamically, but I want a fixed
header row. I also want to i18nise the contents of the header row. It
would be convenient if I could partially populate the content of a
flextable in the uibinder file, providing the header row using
<ui:msg>...</ui:msg> elements so I get the column headers included in
the i18n properties file. Any ideas?

Cheers,

Alistair

On Jan 14, 5:50 am, nvrs <[email protected]> wrote:
> On Jan 6, 12:35 am, Thomas Broyer <[email protected]> wrote:
>
> > There's only a single way currently: instanciate an empty FlexTable in
> > UiBinder and then populate it in your Java code.
> > Well, there's another: wrap your FlexTable code in a Composite and use
> > the Composite in the UiBinder, but that's the same in the end.
>
> I figured that out alright but it's sweeter than i originally thought.
> As a matter of fact, if you instantiate a list of Widgets and a
> FlexTable using UiBinder and then on the init code add the widgets to
> the FlexTable, the Widgets show up in the FlexTable rows and not on
> their container/parent!
> Good thinking imho
-- 
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