aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/ComponentContainer.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-03-20 14:43:24 +0200
committerArtur Signell <artur@vaadin.com>2012-03-21 15:28:05 +0200
commitbd4f8df793edef2dffdf3365e859979e5a86280d (patch)
tree49d2df4296aaae6bcb365d663b11d57ce2bcb238 /src/com/vaadin/ui/ComponentContainer.java
parent068c74b31b4120d32267c5380d78d826aff0ca23 (diff)
downloadvaadin-framework-bd4f8df793edef2dffdf3365e859979e5a86280d.tar.gz
vaadin-framework-bd4f8df793edef2dffdf3365e859979e5a86280d.zip
Added requestRepaintall helper to AbstractComponentContainer and use the
same helper and logic in all component containers including Form, Table and CustomField
Diffstat (limited to 'src/com/vaadin/ui/ComponentContainer.java')
-rw-r--r--src/com/vaadin/ui/ComponentContainer.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/com/vaadin/ui/ComponentContainer.java b/src/com/vaadin/ui/ComponentContainer.java
index 9487d23ee0..8182d54b56 100644
--- a/src/com/vaadin/ui/ComponentContainer.java
+++ b/src/com/vaadin/ui/ComponentContainer.java
@@ -69,15 +69,6 @@ public interface ComponentContainer extends HasComponents {
public int getComponentCount();
/**
- * Causes a repaint of this component, and all components below it.
- *
- * This should only be used in special cases, e.g when the state of a
- * descendant depends on the state of a ancestor.
- *
- */
- public void requestRepaintAll();
-
- /**
* Moves all components from an another container into this container. The
* components are removed from <code>source</code>.
*