]> source.dussan.org Git - vaadin-framework.git/commit
Added requestRepaintall helper to AbstractComponentContainer and use the
authorArtur Signell <artur@vaadin.com>
Tue, 20 Mar 2012 12:43:24 +0000 (14:43 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 21 Mar 2012 13:28:05 +0000 (15:28 +0200)
commitbd4f8df793edef2dffdf3365e859979e5a86280d
tree49d2df4296aaae6bcb365d663b11d57ce2bcb238
parent068c74b31b4120d32267c5380d78d826aff0ca23
Added requestRepaintall helper to AbstractComponentContainer and use the
same helper and logic in all component containers including Form,
Table and CustomField
src/com/vaadin/ui/AbstractComponentContainer.java
src/com/vaadin/ui/ComponentContainer.java
src/com/vaadin/ui/CustomField.java
src/com/vaadin/ui/Form.java
src/com/vaadin/ui/HasComponents.java
src/com/vaadin/ui/Table.java