aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/ComponentContainer.java
diff options
context:
space:
mode:
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>.
*