here is the code for pagination
http://learneverywhere.wordpress.com/java/gwt/pagination-in-gwt-cell-table/
try it , it worked for me
On Mon, Mar 21, 2011 at 9:04 AM, Ahmed Shoeib <[email protected]
> wrote:
> i have a problem @this line
> Collections.sort(CONTACTS, new Comparator<Tester.Contact>() {
>
>
> the error
> The method sort(List<T>, Comparator<? super T>) in the type
> Collections is not applicable for the arguments
> (List<CellTableExample.Contact>, new Comparator<Tester.Contact>(){})
>
> On Mar 21, 10:34 am, Albert Lacambra <[email protected]> wrote:
> > Hi,
> >
> > Try using this example. It works fine and you have the hole code.
> >
> > Hope that helps,
> > al
> >
> > On 21 March 2011 09:14, Ahmed Shoeib <[email protected]>
> wrote:
> >
> > > hi all,
> > > i tried to execute this code (
> >
> > >http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html.
> ..
> > > )
> >
> > > to enable sorting to cellTable but i face error in it.
> > > can any one help me with a simple example to show me how to sort
> > > cellTable ( may contain anchor ) ??
> >
> > > please help .
> >
> > > --
> > > 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.
>
> --
> 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.
>
>
--
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.