org.apache.wicket.markup.repeater.data
Class GridView.ItemsIterator<T>

java.lang.Object
  extended by org.apache.wicket.markup.repeater.data.GridView.ItemsIterator<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterator<Item<T>>
Enclosing class:
GridView<T>

public static class GridView.ItemsIterator<T>
extends Object
implements Iterator<Item<T>>

Iterator that iterates over all items in the cells

Author:
igor

Constructor Summary
GridView.ItemsIterator(Iterator<MarkupContainer> rows)
           
 
Method Summary
 boolean hasNext()
           
 Item<T> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridView.ItemsIterator

public GridView.ItemsIterator(Iterator<MarkupContainer> rows)
Parameters:
rows - iterator over child row views
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<Item<T>>
See Also:
Iterator.remove()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Item<T>>
See Also:
Iterator.hasNext()

next

public Item<T> next()
Specified by:
next in interface Iterator<Item<T>>
See Also:
Iterator.next()


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.