org.apache.wicket.extensions.markup.html.repeater.data.sort
Interface ISortStateLocator

All Superinterfaces:
IClusterable, java.io.Serializable
All Known Subinterfaces:
ISortableDataProvider<T>
All Known Implementing Classes:
ContactDataProvider, ProxyDataProvider, SortableContactDataProvider, SortableDataProvider

public interface ISortStateLocator
extends IClusterable

Locator interface for ISortState implementations. OrderByLink uses this interface to locate and version ISortState objects.

Author:
Igor Vaynberg (ivaynberg)

Method Summary
 ISortState getSortState()
           
 

Method Detail

getSortState

ISortState getSortState()
Returns:
ISortState object


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