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 <alacam...@gmail.com> 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 <ahmedelsayed.sho...@gmail.com> 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 google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to