Uses of Class
org.apache.wicket.extensions.markup.html.repeater.util.SortParam

Packages that use SortParam
org.apache.wicket.extensions.markup.html.repeater.util   
 

Uses of SortParam in org.apache.wicket.extensions.markup.html.repeater.util
 

Methods in org.apache.wicket.extensions.markup.html.repeater.util that return SortParam
 SortParam SortableDataProvider.getSort()
          Returns current sort state
 SortParam SingleSortState.getSort()
           
 

Methods in org.apache.wicket.extensions.markup.html.repeater.util with parameters of type SortParam
 void SortableDataProvider.setSort(SortParam param)
          Sets the current sort state
 void SingleSortState.setSort(SortParam param)
          Sets the current sort state
 



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