Uses of Interface
org.springframework.beans.support.SortDefinition

Packages that use SortDefinition
org.springframework.beans.support Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans. 
 

Uses of SortDefinition in org.springframework.beans.support
 

Classes in org.springframework.beans.support that implement SortDefinition
 class MutableSortDefinition
          Mutable implementation of SortDefinition.
 

Methods in org.springframework.beans.support that return SortDefinition
 SortDefinition PagedListHolder.getSort()
          Return the sort definition for this holder.
 

Methods in org.springframework.beans.support with parameters of type SortDefinition
static void PropertyComparator.sort(java.util.List source, SortDefinition sortDefinition)
          Sorts the given List according to the given sort definition.
static void PropertyComparator.sort(java.lang.Object[] source, SortDefinition sortDefinition)
          Sorts the given source according to the given sort definition.
 void PagedListHolder.setSort(SortDefinition sort)
          Set the sort definition for this holder.
 

Constructors in org.springframework.beans.support with parameters of type SortDefinition
PropertyComparator(SortDefinition sortDefinition)
           
MutableSortDefinition(SortDefinition source)
           
 



Copyright (C) 2003-2004 The Spring Framework Project.