Don't display hidden tables in the combo box.
authorBen Konrath <ben@bagu.org>
Wed, 2 Mar 2011 09:25:20 +0000 (10:25 +0100)
committerBen Konrath <ben@bagu.org>
Wed, 2 Mar 2011 09:25:20 +0000 (10:25 +0100)
commit97e0b91a83235dfa42dabfc891a2e7340143411e
tree180f8f439176649f4aec9c114fcf776487c8a2e6
parent5a0ca61eb7db8c3409c515aa6b40b9ac3ab98f48
Don't display hidden tables in the combo box.

* src/main/java/org/glom/web/client/OnlineGlom.java: Update code to use
ArrayLists.
* src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java: Add
code to ignore hidden tables using ArrayLists for the table names and
titles.
* src/main/java/org/glom/web/shared/GlomDocument.java: Change tableTitles and
tableNames to use ArrayLists instead of String[]. Update getter and setter
methods.
ChangeLog
src/main/java/org/glom/web/client/OnlineGlom.java
src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java
src/main/java/org/glom/web/shared/GlomDocument.java