Re: GWT CELLTABLE : How to handle event on pager button

2011-08-05 Thread ozgur aydinli
Hi, Assuming you are using SimplePager, you can override the lastPage() method. SimplePager.Resources pagerResources = GWT .create(SimplePager.Resources.class); SimplePager pager = new SimplePager(TextLocation.CENTER, pagerResources, false, 0, true) {

GWT CELLTABLE : How to handle event on pager button

2011-08-04 Thread vaibhav bhalke
Hi How to handle event on pager button. first,last,next,prev page ? Right now I want to handle event on last page i.e when user click last page button then next 100 record need to added in data provider (update/refresh ) -- Best Regards, Vaibhav Bhalke -- You