]> source.dussan.org Git - vaadin-framework.git/commit
Initial escalator commit (#12645)
authorHenrik Paul <henrik@vaadin.com>
Tue, 24 Sep 2013 12:03:56 +0000 (15:03 +0300)
committerHenrik Paul <henrik@vaadin.com>
Wed, 9 Oct 2013 11:26:05 +0000 (14:26 +0300)
commitb29caad20c1d14a655f546493f6c5507a0a6f856
tree08c8e09bc2948f3d9fbbc5f2029c7ec0db5d7c37
parent0f7bcffdb9f753148d1027ff380c9520bb78bfd8
Initial escalator commit (#12645)

Change-Id: Ibd0ac2896e12b99ddebdc26674a2dfced486c49a
13 files changed:
WebContent/VAADIN/themes/base/base.scss
WebContent/VAADIN/themes/base/escalator/escalator.scss [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/Cell.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/CellRenderer.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/ColumnConfiguration.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/Escalator.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/PositionFunction.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/RowContainer.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/grid/TestGridConnector.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/grid/TestGridState.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/grid/VTestGrid.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/server/grid/TestGrid.java [new file with mode: 0644]