I wanted to ping community members to see how UI binder is used to
handle adding widgets to a flex table, for example.
<g:FlexTable>
<g:CheckBox ui:field='test'/>
</g:FlexTable>
This doesn't cut it, given that flex table has row, column, I want to
be able to specify that.
One option is to extends all widgets to be included in a flex table
and specify the position
<my:FlexTable>
<my:CheckBox ui:field='test' row='1' column='2'/>
</my:FlexTable>
Are there any better ways to do this?
Thanks,
mic
--
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.