Type Parameters:
T -
S - the type of the sorting parameter
All Superinterfaces:
org.apache.wicket.util.io.IClusterable, IDataProvider<T>, IDetachable, ISortStateLocator<S>, Serializable
All Known Implementing Classes:
SortableDataProvider

public interface ISortableDataProvider<T,S> extends IDataProvider<T>, ISortStateLocator<S>
Data provider that can hold sort state
Author:
Igor Vaynberg (ivaynberg at apache dot org)