Thanks Paul for you detail explaination. my model is as below:
public class CTableData implements IsSerializable {
    public String tableId;
    public int currentPage;
    public int lastPage;
    public long totalRows;

    public List <com.compositesw.web.client.ui.table.CRowData>rows = new 
ArrayList(); // List<CRowData>

    public Map <java.lang.String,java.util.List> filterStates = new 
HashMap(); // Map<String,Object> (filterName & filterState)

    public long totalErrorStatusRows;
    public long totalWarningStatusRows;
}

So we must specify the type of rows and filterStates? if it is, I must 
modify the codes in many place of my project, that worked fine in old 
version of GWT 1.4.60. do we have any other better solution for this?

Thanks, 
David


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/LAesmuLTLEYJ.
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