javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 2 forks source link

can't purgeListeners for pagingtoolbar's button #509

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
   pagingToolbar.doOnRender(new Function(){
                public void execute() {
                     pagingToolbar.getNextButton
().purgeListeners();
});
2.but I click the nextbutton, do the same, alert 'this.proxy' is null or 
undefined;
3.

I use gwt-ext 2.0.5

thanks.

Original issue reported on code.google.com by czhik...@163.com on 19 Aug 2009 at 8:25