Module org.apache.wicket.core
Package org.apache.wicket.markup.repeater
package org.apache.wicket.markup.repeater
-
ClassDescriptionAn abstract repeater view that provides paging functionality to its subclasses.Base class for repeaters.Implementation of
IItemReuseStrategy
that returns new items every time.IItemFactory<T>Factory interface for creating new child item containers for AbstractPageableView.Interface for item reuse strategies.Item<T>Container that holds components in a RefreshingView.Comparator that compares Items by their index propertyOddEvenItem<T>Item that sets class="even" or class="odd" attributes based on its indexAn abstract repeater view that provides refreshing functionality to its subclasses.A repeater view that renders all of its children, using its body markup, in the order they were added.Reuse strategy that will reuse an old item if its model is equal to a model inside the newModels iterator.