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

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

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

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

Methods in 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-2008 Wicket developers. All Rights Reserved.