]> source.dussan.org Git - vaadin-framework.git/commit
Convert CellRenderer to revised EscalatorUpdater (#12645)
authorHenrik Paul <henrik@vaadin.com>
Wed, 13 Nov 2013 07:25:08 +0000 (09:25 +0200)
committerHenrik Paul <henrik@vaadin.com>
Wed, 13 Nov 2013 07:38:41 +0000 (09:38 +0200)
commitfd95c4845dd3a50da779b73f176cf9f281e57ddd
tree2e68095ebf984b9749b63425ebfd2a5e095897c5
parentfe33fb6316a84b809ebc4cde6aef4a744e489972
Convert CellRenderer to revised EscalatorUpdater (#12645)

Change-Id: I046c53e775cdeaf4cfb02c47b3f2ca35231e4045
13 files changed:
client/src/com/vaadin/client/ui/grid/Cell.java
client/src/com/vaadin/client/ui/grid/CellRenderer.java [deleted file]
client/src/com/vaadin/client/ui/grid/Escalator.java
client/src/com/vaadin/client/ui/grid/EscalatorUpdater.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/FlyweightCell.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/FlyweightRow.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/Row.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/grid/RowContainer.java
uitest/src/com/vaadin/tests/components/grid/BasicEscalator.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/BasicEscalator.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridTest.html [deleted file]
uitest/src/com/vaadin/tests/components/grid/GridTest.java [deleted file]
uitest/src/com/vaadin/tests/widgetset/client/grid/VTestGrid.java