]> source.dussan.org Git - vaadin-framework.git/commit
Optional expand and collapse animations for TreeTable (#6723)
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Wed, 17 Aug 2011 10:20:39 +0000 (10:20 +0000)
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Wed, 17 Aug 2011 10:20:39 +0000 (10:20 +0000)
commit63411e8a5478aef8316cd270f045d82c83caee68
tree5daf8fde17cfcebfbdb535751dab687391bda533
parentaade55ae17d4e40b0ad64ae8d3c2a2205897f6ff
Optional expand and collapse animations for TreeTable (#6723)

svn changeset:20445/svn branch:6.7
12 files changed:
WebContent/VAADIN/themes/base/table/table.css
WebContent/VAADIN/themes/base/treetable/treetable.css
WebContent/VAADIN/themes/tests-components/styles.css
src/com/vaadin/terminal/gwt/client/ComputedStyle.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
src/com/vaadin/terminal/gwt/client/ui/VTreeTable.java
src/com/vaadin/ui/Table.java
src/com/vaadin/ui/TreeTable.java
tests/src/com/vaadin/tests/components/table/Tables.java
tests/src/com/vaadin/tests/components/treetable/ExpandAnimationsInChameleon.java [new file with mode: 0644]
tests/src/com/vaadin/tests/components/treetable/TreeTableExpandWithRowStyle [new file with mode: 0644]
tests/src/com/vaadin/tests/components/treetable/TreeTableTest.java