Interface ISortStateLocator<T>
-
- Type Parameters:
T- the type of the sort property
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable,Serializable
- All Known Subinterfaces:
ISortableDataProvider<T,S>,ISortableTreeProvider<T,S>
- All Known Implementing Classes:
SortableDataProvider,SortableTreeProvider
public interface ISortStateLocator<T> extends org.apache.wicket.util.io.IClusterable
Locator interface for ISortState implementations. OrderByLink uses this interface to locate and version ISortState objects.- Author:
- Igor Vaynberg (ivaynberg)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISortState<T>getSortState()
-
-
-
Method Detail
-
getSortState
ISortState<T> getSortState()
- Returns:
- ISortState object
-
-