Interface ISortStateLocator<T>
-
- Type Parameters:
T
- the type of the sort property
- All Superinterfaces:
IClusterable
,Serializable
- All Known Subinterfaces:
ISortableDataProvider<T,S>
,ISortableTreeProvider<T,S>
- All Known Implementing Classes:
SortableDataProvider
,SortableTreeProvider
public interface ISortStateLocator<T> extends 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
-
-