Thanks for your quick answer.
We also in the meantime found out that ..
private void clearTable() {
if (dataProvider.getDataDisplays() != null &&
dataProvider.getDataDisplays().isEmpty() == false) {
dataProvider.removeDataDisplay(cellTable);
}
clearTableColumns();
cellTable.setVisibleRangeAndClearData(cellTable.getVisibleRange(),
true);
cellTable.setLoadingIndicator(imageProcessing);
}
did the trick !
On 1 Feb., 14:44, Thomas Broyer <t.bro...@gmail.com> wrote:
> AFAICT, CellTable shows the loading indicator only when the LoadingState is
> LOADING, and that one is set by the internal HasDataPresenter only when the
> known rowData is empty (and the rowCount is not 0). So I think you need to
> call setVisibleRangeAndClearData().
--
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 google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment