]> source.dussan.org Git - vaadin-framework.git/commit
Removed ColumnGroup implementation from client side Grid #13334
authorJohn Ahlroos <john@vaadin.com>
Wed, 30 Jul 2014 11:29:33 +0000 (14:29 +0300)
committerJohn Ahlroos <john@vaadin.com>
Wed, 30 Jul 2014 11:29:33 +0000 (14:29 +0300)
commit7827b960b739eb13733801851e750d7fccbb5135
tree4849d2991d6260b975cf3b0eeff3ba7abcf014a3
parentf0cab759eeb61f0f5e5a5f33a0e7ae1168bf8d96
Removed ColumnGroup implementation from client side Grid #13334

The ColumnGroup concept was depracated in favour of directly
manipulating the header/footer cell colspans. This changeset removes the
old dead code no longer in use.

Change-Id: I444e3b91a9419c4b20f2fcc119d625f1fad90b6a
client/src/com/vaadin/client/ui/grid/ColumnGroup.java [deleted file]
client/src/com/vaadin/client/ui/grid/ColumnGroupRow.java [deleted file]
client/src/com/vaadin/client/ui/grid/Grid.java
client/src/com/vaadin/client/ui/grid/GridConnector.java