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

All Superinterfaces:
IClusterable, 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()
           
 void setSortState(ISortState state)
          Deprecated. use getSortState().setPropertySortOrder(...) instead
 

Method Detail

getSortState

ISortState getSortState()
Returns:
ISortState object

setSortState

@Deprecated
void setSortState(ISortState state)
Deprecated. use getSortState().setPropertySortOrder(...) instead

Setter for the sort state object

Parameters:
state - new sort state


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