Set title of Portals in the Details View.
authorBen Konrath <ben@bagu.org>
Thu, 1 Sep 2011 12:55:59 +0000 (14:55 +0200)
committerBen Konrath <ben@bagu.org>
Thu, 1 Sep 2011 12:55:59 +0000 (14:55 +0200)
commitcab2bfb351a0cae496f4d7a4abaab8af06276a20
tree8b60f3d840c88b5ed660f78b25f699c80db3ebd3
parent3200c42f1e8773504dc6a2082c466c2cb2c40bff
Set title of Portals in the Details View.

* pom.xml: Bump required version of java-libglom to 1.17.1.
* src/main/java/org/glom/web/client/ui/details/Group.java: Move Portal
widget creation to its own class. Add comments to constructor.
* src/main/java/org/glom/web/client/ui/details/Portal.java: New file.
The code is mostly from the Group class with the title now set.
* src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java: Set
title of Portal. Update some comments. Fix some code formatting.
ChangeLog
pom.xml
src/main/java/org/glom/web/client/ui/details/Group.java
src/main/java/org/glom/web/client/ui/details/Portal.java [new file with mode: 0644]
src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java