Set browser title with database and table titles.
authorBen Konrath <ben@bagu.org>
Tue, 12 Jul 2011 15:16:25 +0000 (17:16 +0200)
committerBen Konrath <ben@bagu.org>
Tue, 12 Jul 2011 15:16:25 +0000 (17:16 +0200)
commit7b598b96105111ff22b8fc200ae95b8612216bea
tree2c75e2178a83beee5a055528326386b791117030
parent315d52c8857483f8c1e7f6fea145fd78c361e150
Set browser title with database and table titles.

* src/main/java/org/glom/web/client/activity/TableSelectionActivity.java:
Set the browser title when the table changes and when the activity
first starts.
* src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java: Set
title when retrieving document info (the GlomDocument object).
* src/main/java/org/glom/web/shared/GlomDocument.java: Add title field
with getter and setter methods. Remove unused convenience constructor.
Use default code formatting.
ChangeLog
src/main/java/org/glom/web/client/activity/TableSelectionActivity.java
src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java
src/main/java/org/glom/web/shared/GlomDocument.java