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<S> SortableTreeProvider.getSort()
          Returns current sort state
 SortParam<S> SortableDataProvider.getSort()
          Returns current sort state
 SortParam<T> SingleSortState.getSort()
           
 

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



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