We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
- extends Object
- implements Iterator<com.google.gwt.user.client.ui.Widget>
public class ChildComponentContainer.ChildComponentContainerIterator<T>
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()
next
public com.google.gwt.user.client.ui.Widget next()
remove
public void remove()