UiBinder in GWT for extended widgets - Grid and pager
I am trying to build a grid which has pagination controls. I understand that DataGrid
of GWT provides the Grid and SimplePager
provides pagination.
I have taken the approach shown in the examplehttp://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellTable
But this is just a composition where my wrapped component is neither a Grid not a Pager, but a composition of both.
If I want to extends the DataGrid
of GWT to provide pagination how can I achieve that usingUiBinder
?
Please ask me any number of questions if something is not clear. Thanks.
--You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home