]> source.dussan.org Git - vaadin-framework.git/commit
added null check, Table now doesn'd die if no properties but n items: Table table...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 24 Aug 2011 12:21:47 +0000 (12:21 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 24 Aug 2011 12:21:47 +0000 (12:21 +0000)
commit4c5d1f8f3d013cf57af51cc11cd7951b359b1198
tree5595ec3841964de95a9e2e78dc2605698b58209b
parentd766c6ff8b90ac9c63b37e78072a1d3b4aa46fef
added null check, Table now doesn'd die if no properties but n items:  Table table = new Table();table.addItem();layout.addComponent(table);

svn changeset:20618/svn branch:6.6
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java