Package wicket.extensions.markup.html.repeater.refreshing

Interface Summary
IItemFactory Factory interface for creating new child item containers for AbstractPageableView.
IItemReuseStrategy Interface for item reuse strategies.
 

Class Summary
DefaultItemReuseStrategy Implementation of IItemReuseStrategy that returns new items every time.
Item Container that holds components in a RefreshingView.
Item.IndexComparator Comparator that compares Items by their index property
OddEvenItem Item that sets class="even" or class="odd" attributes based on its index
RefreshingView An abstract repeater view that provides refreshing functionality to its subclasses.
ReuseIfModelsEqualStrategy Reuse strategy that will reuse an old item if its model is equal to a model inside the newModels iterator.
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.