Browse Source

Javadoc

tags/7.0.0.alpha2
Artur Signell 12 years ago
parent
commit
484e96efad
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/com/vaadin/ui/ComponentContainer.java

+ 1
- 0
src/com/vaadin/ui/ComponentContainer.java View File

@@ -64,6 +64,7 @@ public interface ComponentContainer extends HasComponents {
* must be symmetric with what {@link #getComponentIterator()} returns.
*
* @return The number of child components this container has.
* @since 7.0.0
*/
public int getComponentCount();


Loading…
Cancel
Save