Hi, Manolo
I have replaced the MessageTableModel by MessagesCellTable and got some
summaries about how to use the Cell View in GWT(pager will be updated
later.)

   - DataGrid does not display in VerticalPanel, so CellTable is used, even
   if lost the chance to scroll bar in our own Panel, instead we must use
   another ScrollPanel to serve as the container of the CellTable. Maybe we
   will change it to DataGrid in the future when we change all UIs to
   LayoutPanel.
   - In CellTable, it is found we must use a ListProvider to store and
   render the data retrieved from the mail server, else only the loading bar
   is standing there.

The wired phenomenons of CellTable and DataGrid  took me lots of time, yet
more gwt's knowledge I got from the progress.
Thanks.

-- 
*echo*

Reply via email to