r21285: - Add the new ResizeTableColumnModel and make use of it in TreeVirtual. ...
authorDerrell Lipman <derrell@samba.org>
Sun, 11 Feb 2007 20:22:45 +0000 (20:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:59 +0000 (14:44 -0500)
commit7deea1aead01beabde1218379b72dd20f64f93ce
treee23a057f604558f7a6c9d4267bbf39ef7cf9f8ea
parent9bdb49455aa6ad38f71375f602e691d2b7765d04
r21285: - Add the new ResizeTableColumnModel and make use of it in TreeVirtual.  This
  allows the Ldb Browser tree to properly size itself upon initially appearing
  and upon window resizes.  There are still a few problems with it that I need
  to resolve, including an occasional set of double scrollbars, and making it
  resize the tree column when the splitter is resized.
(This used to be commit c3c93ad36a9e850865aa8b09e319a77441243b01)
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/table/AbstractResizeBehavior.js [new file with mode: 0644]
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/table/DefaultResizeBehavior.js [new file with mode: 0644]
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/table/ResizeBehaviorColumnData.js [new file with mode: 0644]
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/table/ResizeTableColumnModel.js [new file with mode: 0644]
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/table/Table.js
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/ui/treevirtual/TreeVirtual.js
webapps/swat/source/class/swat/module/ldbbrowse/Gui.js