com.vaadin.terminal.gwt.client.ui.layout.


Class ChildComponentContainer.ChildComponentContainerIterator<T>

java.lang.Object
  com.vaadin.terminal.gwt.client.ui.layout.ChildComponentContainer.ChildComponentContainerIterator<T>

All Implemented Interfaces:

Iterator<com.google.gwt.user.client.ui.Widget>

Enclosing class:

ChildComponentContainer

public class ChildComponentContainer.ChildComponentContainerIterator<T>
extends Object
implements Iterator<com.google.gwt.user.client.ui.Widget>

Constructor Summary
ChildComponentContainer.ChildComponentContainerIterator()
           
 
Method Summary
 boolean hasNext()
           
 com.google.gwt.user.client.ui.Widget next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildComponentContainer.ChildComponentContainerIterator

public ChildComponentContainer.ChildComponentContainerIterator()
Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface Iterator<com.google.gwt.user.client.ui.Widget>

next

public com.google.gwt.user.client.ui.Widget next()

Specified by:
next in interface Iterator<com.google.gwt.user.client.ui.Widget>

remove

public void remove()

Specified by:
remove in interface Iterator<com.google.gwt.user.client.ui.Widget>