Re: SimplePager with UiBinder

2010-06-05 Thread Tristan
looks like SimplePager requires a constructor argument public SimplePager(PagingListView view) { FlowPanel p = new FlowPanel(); p.add(prevPageButton = makeButton("Previous Page", "PREV")); p.add(nextPageButton = makeButton("Next Page", "NEXT")); p.add(remove5Button = makeButton("Re

SimplePager with UiBinder

2010-06-04 Thread Chris
Hello, I'm trying to get a CellTable example working with the UiBinder, and I'm getting the following error: [ERROR] [tree] missing required attribute(s): location view Element (PeopleWidget.ui.xml:9) Here's my ui.xml: The error makes it lo