Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.sort.SortOrder

Packages that use SortOrder
org.apache.wicket.extensions.markup.html.repeater.data.sort   
org.apache.wicket.extensions.markup.html.repeater.util   
 

Uses of SortOrder in org.apache.wicket.extensions.markup.html.repeater.data.sort
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort that return SortOrder
 SortOrder ISortState.getPropertySortOrder(String property)
          Gets the sort order of a property
protected  SortOrder OrderByLink.nextSortOrder(SortOrder order)
          returns the next sort order when changing it
static SortOrder SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type SortOrder
protected  SortOrder OrderByLink.nextSortOrder(SortOrder order)
          returns the next sort order when changing it
 void ISortState.setPropertySortOrder(String property, SortOrder order)
          Sets sort order of the property
 

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

Methods in org.apache.wicket.extensions.markup.html.repeater.util that return SortOrder
 SortOrder SingleSortState.getPropertySortOrder(String property)
           
 

Methods in org.apache.wicket.extensions.markup.html.repeater.util with parameters of type SortOrder
 void SingleSortState.setPropertySortOrder(String property, SortOrder order)
           
 void SortableDataProvider.setSort(String property, SortOrder order)
          Sets the current sort state
 



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