Re: Gwt Pagination of Data

2010-02-26 Thread Tapas Adhikary
Thanks for the info and code. I don't know on UI Binder but I will try to understand looking at the code. Thanks, -Tapas On Fri, Feb 26, 2010 at 12:02 AM, Fabio Kaminski fabiokamin...@gmail.comwrote: I guess layout could be wherever fits better for your purpouses.. depending on the number and

Gwt Pagination of Data

2010-02-25 Thread Tapas Adhikary
Hi All, What is the best way to achieve pagination using GWT. If I want to develop the pagination of data that clicking on the next button the next set of data will be populated with a previous button and next button(if there is any more data) , what panel or layout I should use ? Any sample code

Re: Gwt Pagination of Data

2010-02-25 Thread Fabio Kaminski
I guess layout could be wherever fits better for your purpouses.. depending on the number and types of graphical elements you have... but the most important part would be event handling mecanism and the service call interface... example (using UiBinder for clarity): with EventBus (centralized,