]> source.dussan.org Git - vaadin-framework.git/commit
fixes #2806 (column expand ratios for Table). Also added some test cases.
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 1 Apr 2009 13:04:09 +0000 (13:04 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 1 Apr 2009 13:04:09 +0000 (13:04 +0000)
commit060e0d53300801b3dea0d3e6c97c62f073b8a06a
tree0929f321deeb4cf855cd53b34c10661ef506ca83
parent61ee1ab804a82c80ce15bc49595bc41b0beb98b3
fixes #2806 (column expand ratios for Table). Also added some test cases.

svn changeset:7271/svn branch:6.0
src/com/itmill/toolkit/terminal/gwt/client/ui/IScrollTable.java
src/com/itmill/toolkit/tests/components/table/ColumnExpandRatio.java [new file with mode: 0644]
src/com/itmill/toolkit/tests/components/table/ColumnWidths.java [new file with mode: 0644]
src/com/itmill/toolkit/ui/Table.java