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>
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 |
ChildComponentContainer.ChildComponentContainerIterator
public ChildComponentContainer.ChildComponentContainerIterator()
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>
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.