Hi all,

Env; GWT-1.5.3, GWTIncubator-"compiled code from latest incubator src"

it seems CachedTableModel will be available only for
MutableTableModels (from the latest incubator src). Anybody knows the
reason behind this?

I want to use a paging scroll table with a custom immutable model
(extends from TableModel). I don't want to make RPC's for every page
change. So what should i do to somehow enable a caching mechanism for
this?

my usage is like this;
------------------
public class MyTableModel extends TableModel<MyType> { ... }
final PagingScrollTable<MyType> scrollTable = new
PagingScrollTable<MyType>(new MyTableModel(), ...);
------------------

I didn't extend from MutableTableModel since my list will be
readonly... (any misusage here?)

Thanks,

Hasan Turksoy
http://www.jroller.com/hasant

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to