| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortDefinition | |
org.springframework.beans.support |
Uses of SortDefinition in org.springframework.beans.support |
Classes in org.springframework.beans.support that implement SortDefinition | |
class | MutableSortDefinition Mutable implementation of SortDefinition. |
Constructors in org.springframework.beans.support with parameters of type SortDefinition | |
MutableSortDefinition.MutableSortDefinition(SortDefinition source) | |
PropertyComparator.PropertyComparator(SortDefinition 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(Object[] source, SortDefinition sortDefinition) Sorts the given source according to the given sort definition. |
static void | PropertyComparator.sort(List source, SortDefinition sortDefinition) Sorts the given List according to the given sort definition. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |