public class DefaultModelIteratorAdapter<T extends Serializable>
extends org.apache.wicket.markup.repeater.util.ModelIteratorAdapter<T>
Constructor and Description |
---|
DefaultModelIteratorAdapter(Iterable<T> aIterable) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.model.IModel<T> |
model(T aObject) |
static <T extends Serializable> |
of(Iterable<T> aIterable) |
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected org.apache.wicket.model.IModel<T> model(T aObject)
model
in class org.apache.wicket.markup.repeater.util.ModelIteratorAdapter<T extends Serializable>
public static <T extends Serializable> DefaultModelIteratorAdapter<T> of(Iterable<T> aIterable)
Copyright © 2012–2017. All rights reserved.