mmmm....you would use:

paginadorUnidades.addPageChangeHandler(new PageChangeHandler() {

                        public void onPageChange(PageChangeEvent event) {

                                        myAsync.getSelectCount ( new
Aync.......
                                                   .......
                                                       onSucces
(Integer result) { cachedTable.setRowCount ()result }; /*  */
                                                   ....

                                        );

                        }});
may be your AsyncCallback<ViewResult<User>>() {... is work even.

bye.

On 4 nov, 09:02, Andrius Juozapaitis <[email protected]> wrote:
> This is exactly what I've come up with, but it just doesn't feel right
> - your TableModel should be agnostic of the widgets using it, and
> event subscription mechanism seems like a good way to achieve this, it
> just won't work in it's current implementation.
>
> regards,
> --andrius
>
> On Nov 4, 1:44 pm, Felipe <[email protected]> wrote:
>
> > I have something like:
>
> > .......
> >                 cachedTableModel.setRowCount
> > (listadoUnidadesVendiles.size());
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to