diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-10-26 14:58:06 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-10-26 14:58:06 +0000 |
commit | 089f43092d7bf6f99e5abca56415d8cf6fcc3cf2 (patch) | |
tree | bfb23494c862d7072ffbdf127ca9518e149507cd /src/com/vaadin/ui/Panel.java | |
parent | a98ecb2b8d2949eec1b32a66eb8e1f5cddb5910d (diff) | |
download | vaadin-framework-089f43092d7bf6f99e5abca56415d8cf6fcc3cf2.tar.gz vaadin-framework-089f43092d7bf6f99e5abca56415d8cf6fcc3cf2.zip |
#4611 add getComponentCount() method for ComponentContainer implementations
svn changeset:15724/svn branch:6.5
Diffstat (limited to 'src/com/vaadin/ui/Panel.java')
-rw-r--r-- | src/com/vaadin/ui/Panel.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/Panel.java b/src/com/vaadin/ui/Panel.java index 017855a9a0..4d00cddfdd 100644 --- a/src/com/vaadin/ui/Panel.java +++ b/src/com/vaadin/ui/Panel.java @@ -282,8 +282,8 @@ public class Panel extends AbstractComponentContainer implements Scrollable, } /** - * Gets the component container iterator for going trough all the components - * in the container. + * Gets the component container iterator for going through all the + * components in the container. * * @return the Iterator of the components inside the container. * @see com.vaadin.ui.ComponentContainer#getComponentIterator() |