Uses of Interface
dsto.dfc.databeans.ISorter

Packages that use ISorter
dsto.dfc.databeans   
livespace.services   
 

Uses of ISorter in dsto.dfc.databeans
 

Subinterfaces of ISorter in dsto.dfc.databeans
 interface IFilterSorter<T>
          Convenience interface for classes that are both filters and sorters.
 

Classes in dsto.dfc.databeans that implement ISorter
 class CategorySorter<T>
          A sorter that makes it easier when sorting items in category, value order.
 class PropertySorterFilter
          A DataObjectView sorter/filter that filters/sorts on property values of data objects.
 

Fields in dsto.dfc.databeans declared as ISorter
static ISorter ISorter.NULL_SORTER
          A sorter that does nothing.
 

Methods in dsto.dfc.databeans that return ISorter
static
<T> ISorter<T>
DataObjectView.defaultSorter()
          Create a default sorter.
 

Constructors in dsto.dfc.databeans with parameters of type ISorter
DataObjectView(IDataObject source, IFilter filter, ISorter sorter)
          Create a new instance.
DataObjectView(IDataObject source, ISorter sorter)
           
 

Uses of ISorter in livespace.services
 

Classes in livespace.services that implement ISorter
 class FederatedSorterFilter
          A DataObjectView sorter/filter that filters/sorts on property values of data objects and excludes data objects which are federated.
 



Copyright © 2008 Commonwealth of Australia