java.lang.Object
org.apache.wicket.markup.repeater.data.GridView.ItemsIterator<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Iterator<Item<T>>
- Enclosing class:
- GridView<T>
Iterator that iterates over all items in the cells
- Author:
- igor
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ItemsIterator
- Parameters:
rows
- iterator over child row views
-