org.apache.wicket.extensions.markup.html.repeater.data.sort
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
 ISortState<T> getSortState()
           
 

Method Detail

getSortState

ISortState<T> getSortState()
Returns:
ISortState object


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.