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
 void PagedListHolder.setSort(SortDefinition sort)
          Set the sort definition for this holder.
static void PropertyComparator.sort(List source, SortDefinition sortDefinition)
          Sort the given List according to the given sort definition.
static void PropertyComparator.sort(Object[] source, SortDefinition sortDefinition)
          Sort the given source according to the given sort definition.
 

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



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