info.magnolia.ui.vaadin.common
Class ComponentIterator<T extends com.vaadin.shared.Connector>

java.lang.Object
  extended by info.magnolia.ui.vaadin.common.ComponentIterator<T>
Type Parameters:
T - type of connector.
All Implemented Interfaces:
Iterator<com.vaadin.ui.Component>

public class ComponentIterator<T extends com.vaadin.shared.Connector>
extends Object
implements Iterator<com.vaadin.ui.Component>

ComponentIterator.


Constructor Summary
ComponentIterator(Iterator<T> wrappedIterator)
           
 
Method Summary
 boolean hasNext()
           
 com.vaadin.ui.Component next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentIterator

public ComponentIterator(Iterator<T> wrappedIterator)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<com.vaadin.ui.Component>

next

public com.vaadin.ui.Component next()
Specified by:
next in interface Iterator<com.vaadin.ui.Component>

remove

public void remove()
Specified by:
remove in interface Iterator<com.vaadin.ui.Component>


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.