]> source.dussan.org Git - vaadin-framework.git/commit
Speeds up column adding in Grid (#16474)
authorHenrik Paul <henrik@vaadin.com>
Wed, 28 Jan 2015 11:40:00 +0000 (13:40 +0200)
committerHenrik Paul <henrik@vaadin.com>
Wed, 4 Feb 2015 13:09:28 +0000 (15:09 +0200)
commit7cffb158ceab46df983e9ff81326e360f9e5235d
tree45cfa3cc89520513278820a4ed914f04e42d8c00
parent103b177475e0029abed00eec68e752492feafa61
Speeds up column adding in Grid (#16474)

Grid.onStateChange is now about 40% faster when adding columns,
and setting several column widths has now way less overhead.

Change-Id: I7bd900324207bfb2543a1a90390665b90206aefd
client/src/com/vaadin/client/widget/escalator/ColumnConfiguration.java
client/src/com/vaadin/client/widgets/Escalator.java
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/widgetset/client/grid/EscalatorProxy.java