]> source.dussan.org Git - vaadin-framework.git/commit
Add support for changing the default row height in escalator (#12645)
authorHenrik Paul <henrik@vaadin.com>
Thu, 6 Mar 2014 07:37:29 +0000 (09:37 +0200)
committerHenrik Paul <henrik@vaadin.com>
Thu, 6 Mar 2014 11:30:03 +0000 (13:30 +0200)
commit91559310f9b9ad5758944e2d36ab750b87b009a1
tree6e276cb2437b8f54a6dc7c6210d881ac1f9be18e
parent3798a8ab782d5e68b269692bbb784069b9312122
Add support for changing the default row height in escalator (#12645)

Since this is quite the change, I've taken the opportunity to rewrite smaller
adjoining pieces to make more sense. Move methods from classes, and so on.
These changes are, however, only on the code level, no other functionality will
be introduced by this patch.

Change-Id: I56f19c5af7dc4ccfd2fa4c9098f06e77dbfa12fb
client/src/com/vaadin/client/ui/grid/Escalator.java
client/src/com/vaadin/client/ui/grid/RowContainer.java
uitest/src/com/vaadin/tests/components/grid/BasicEscalator.java
uitest/src/com/vaadin/tests/widgetset/client/grid/TestGridClientRpc.java
uitest/src/com/vaadin/tests/widgetset/client/grid/TestGridConnector.java
uitest/src/com/vaadin/tests/widgetset/client/grid/VTestGrid.java
uitest/src/com/vaadin/tests/widgetset/server/grid/TestGrid.java