I pulled in the mail sample and it gave some good examples of how
other custom components are pulled into the UI. Comparing it to the
mail sample in GWT 1.7.1 is really enlightening.
I can see how I can pull in PagingScrollTable and just use it as a
regular widget. Thanks.
On Nov 2, 2:30 pm, b
I'm trying to use UiBinder and have a Composite widget that uses the
PagingScrollTable from the Incubator. It seems like custom components
will need to have custom parsers written for them to use the
UiBinder. I'm trying to understand the best use of UiBinder.
I haven't written a lot of GWT app