Improve performance of related list height calculation.
authorBen Konrath <ben@bagu.org>
Thu, 1 Dec 2011 17:27:18 +0000 (18:27 +0100)
committerBen Konrath <ben@bagu.org>
Thu, 1 Dec 2011 17:27:18 +0000 (18:27 +0100)
commitf1d39e318d7725dc093d5f4e5ecb61008974198e
tree4d87131c79aaef4a7a2ea66725b77b85a5562abb
parent632fd8ccd7bf3b61100c78701f3d27cb80844cc1
Improve performance of related list height calculation.

* src/main/java/org/glom/web/client/ui/details/RelatedListTable.java:
Put code to calculate the expected height in a static initializer so
that that it's only called once.
ChangeLog
src/main/java/org/glom/web/client/ui/details/RelatedListTable.java