]> source.dussan.org Git - vaadin-framework.git/commit
Add method for widgets to tell there is work to be done (#13565)
authorDmitrii Rogozin <dmitrii@vaadin.com>
Tue, 5 Aug 2014 09:36:37 +0000 (12:36 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 6 Aug 2014 13:45:00 +0000 (13:45 +0000)
commit54707a7219d39e4b60d7cccac3d0f613dc4f1824
tree66902707de6de43554cb36d45dddd107aa1760fc
parent9891b34ab526d088c6ca1865cd9afa2734b42cc9
Add method for widgets to tell there is work to be done (#13565)

Change-Id: I4b961443f6c175aaf2e2272f1257670fe6bc9607
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/DeferredWorker.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/VScrollTable.java