]> source.dussan.org Git - vaadin-framework.git/commit
Notify EscalatorUpdater when inserting columns (#13334)
authorJohannes Dahlström <johannesd@vaadin.com>
Mon, 2 Jun 2014 16:02:09 +0000 (19:02 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Fri, 6 Jun 2014 12:50:56 +0000 (15:50 +0300)
commit1d0fa697259f340e5a4dc5006b5dae8f6d30b0f6
tree0ea6f38740c3c53233cdfa29d82056986cd6235a
parent3ce5d15593646533b7cfcaa841ceff262e16c551
Notify EscalatorUpdater when inserting columns (#13334)

preAttach and postAttach are invoked for each DOM row, passing
the cells corresponding to the inserted columns.

Change-Id: I666bb7b5e690145a3911154d298e703bac0df1cd
client/src/com/vaadin/client/ui/grid/Escalator.java
client/src/com/vaadin/client/ui/grid/EscalatorUpdater.java
client/src/com/vaadin/client/ui/grid/FlyweightCell.java
client/src/com/vaadin/client/ui/grid/FlyweightRow.java