Do you mean CellTable's cache or the data store of your data? CellTable's cache is in a List in HasDataPresenter, which is a package protected presenter implementation that backs all of the cell widgets. Your data can exist anywhere you want, and you can use ListDataProvider or AsyncDataProvider to link your data store to the range change events that CellTable fires when it requests new data.
John LaBanca | GWT Software Engineer | [email protected] On Tue, Jul 26, 2011 at 1:58 AM, BST <[email protected]> wrote: > > Where does the datastore actually exist? > > -- > 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/-/iy93M8fa5hwJ. > > 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. > -- 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.
