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

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

Uses of SortParam in org.apache.wicket.examples.repeater
 

Methods in org.apache.wicket.examples.repeater with parameters of type SortParam
 java.util.List<Contact> ContactsDatabase.find(int first, int count, SortParam sort)
          select contacts and apply sort
protected  java.util.List<Contact> ContactsDatabase.getIndex(SortParam sort)
           
 

Uses of SortParam in org.apache.wicket.examples.spring.common
 

Methods in org.apache.wicket.examples.spring.common that return SortParam
 SortParam QueryParam.getSort()
           
 

Methods in org.apache.wicket.examples.spring.common with parameters of type SortParam
protected  java.util.List<Contact> ContactDaoImpl.getIndex(SortParam sort)
           
 

Constructors in org.apache.wicket.examples.spring.common with parameters of type SortParam
QueryParam(int first, int count, SortParam sort)
          Set to return count sorted elements, starting at the first element.
 

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 © 2006-2011 Apache Software Foundation. All Rights Reserved.