java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SingleSortState<T>
Type Parameters:
T - the type of the sort property
All Implemented Interfaces:
Serializable, ISortState<T>, IClusterable

public class SingleSortState<T> extends Object implements ISortState<T>, IClusterable
Implementation of ISortState that can keep track of sort information for a single property.
Author:
Igor Vaynberg (ivaynberg)
See Also: