Ok get the list from the adapter, here this works for me

    List<BookingItemJSO> items = adapter.getList();

                for (BookingItemJSO item : items) {
                    item.setChecked(false);
                }

                Collections.reverse(items);

                adapter.refresh();
            }

        });

2010/8/4 Deepak Singh <[email protected]>

> *    *I tried by changing the list and table.redraw(). Even refresh did
> not work.
>
>     Regards
>     Deepak
>
>
> On Thu, Aug 5, 2010 at 1:17 AM, jocke eriksson <[email protected]> wrote:
>
>> Have you tried change the list and refresh the celltable.
>>
>> 2010/8/4 Chris Conroy <[email protected]>
>>
>> Please do not bump threads like this. It's rude, adds noise to the list,
>>> and it won't get your question answered any faster.
>>>
>>> On Wed, Aug 4, 2010 at 2:35 PM, Deepak Singh 
>>> <[email protected]>wrote:
>>>
>>>> Any help pls ?
>>>>
>>>>
>>>> On Wed, Aug 4, 2010 at 5:46 PM, Deepak Singh 
>>>> <[email protected]>wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> I am using new data presentaion widget for creating table. I need to
>>>>> filter the table and sort the table based on some data. How can i do it ?
>>>>> I didn't find any example for this. Pls help.
>>>>>
>>>>> Regards
>>>>> Deepak
>>>>>
>>>>>
>>>>
>>>>  --
>>>> 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]<google-web-toolkit%[email protected]>
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>>
>>>
>>>
>>>
>>> --
>>> Chris Conroy
>>> Software Engineer
>>> Google, Atlanta
>>>
>>>  --
>>> 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]<google-web-toolkit%[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]<google-web-toolkit%[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]<google-web-toolkit%[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.

Reply via email to