Unselect the Report/Locale/Table combo item when appropriate.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 17 Apr 2012 13:27:38 +0000 (15:27 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 17 Apr 2012 13:27:38 +0000 (15:27 +0200)
commitbe97d90c92832d209f4d98545f15fbe80d39a58d
treedb043ad60133966e378e3efdd06831f3190f99ee
parentf7b3847ea5358ff7923eeab4070889a500946818
Unselect the Report/Locale/Table combo item when appropriate.

* src/main/java/org/glom/web/client/activity/TableSelectionActivity.java:
setPlace(): clear reportName if this is not a ReportPlace.
* src/main/java/org/glom/web/client/ui/TableSelectionViewImpl.java:
setSelectedTableName(), setSelectedLocale(), setSelectedReport():
When the provided name is empty, unselect all items, so that none are
indicated. This uses a for loop because I cannot find a single method
to do this.
ChangeLog
src/main/java/org/glom/web/client/activity/TableSelectionActivity.java
src/main/java/org/glom/web/client/ui/TableSelectionViewImpl.java