Reports: Show a message while waiting for the report.
authorMurray Cumming <murrayc@murrayc.com>
Thu, 19 Apr 2012 10:31:57 +0000 (12:31 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 19 Apr 2012 10:31:57 +0000 (12:31 +0200)
commit36651123d48ccb85be7d54beaff81e324797cf18
tree91a38edda0539d82e259e67c6de1a8bbb64084ce
parentccef7659a79726efd4e3116a81e69828a265fb02
Reports: Show a message while waiting for the report.

* src/main/java/org/glom/web/client/ui/ReportView.java
* src/main/java/org/glom/web/client/ui/ReportViewImpl.java:
Add setWaitingText(), to show a message saying that we are
waiting for the report to be ready.
* src/main/java/org/glom/web/client/activity/ReportActivity.java
start(): Call setWaitingText() before calling the async
report generation.
ChangeLog
src/main/java/org/glom/web/client/activity/ReportActivity.java
src/main/java/org/glom/web/client/ui/ReportView.java
src/main/java/org/glom/web/client/ui/ReportViewImpl.java