Hi Magnus, you can use setVisibleRangeAndClearData method. More information you can find here: http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/cellview/client/AbstractHasData.html#setVisibleRangeAndClearData%28com.google.gwt.view.client.Range,%20boolean%29
Cheers, Milan On Friday, August 10, 2012 4:05:22 PM UTC+2, Magnus wrote: > > Hi, > > I have a CellTable with an AsyncDataProvider who fetches portions of data > from a database, as requested by the CellTable. > > It's nice that CellTable keeps track of which portions are already loaded > and that. However, there are events such as changing combobox which require > reloading of the data. > > For example, imagine a list containing cars and a combobox which allows to > select a car manufacturer. When a car manufacturer is selected, the data > within the list becomes invalid. But how can I tell the CellTable to reload > its data? > > Thanks > Magnus > -- 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/-/yOln1NYi5q4J. 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.
