Uses of Class
collections.SortOptionList

Packages that use SortOptionList
cagrid   
 

Uses of SortOptionList in cagrid
 

Fields in cagrid declared as SortOptionList
private  SortOptionList GraphResolutionPolicy.sortOptions
           
private  SortOptionList SetResolutionPolicy.sortOptions
           
 

Methods in cagrid that return SortOptionList
 SortOptionList GraphResolutionPolicy.getSortOptions()
          Gets the sortOptions value for this GraphResolutionPolicy.
 SortOptionList SetResolutionPolicy.getSortOptions()
          Gets the sortOptions value for this SetResolutionPolicy.
 

Methods in cagrid with parameters of type SortOptionList
 void GraphResolutionPolicy.setSortOptions(SortOptionList sortOptions)
          Sets the sortOptions value for this GraphResolutionPolicy.
 void SetResolutionPolicy.setSortOptions(SortOptionList sortOptions)
          Sets the sortOptions value for this SetResolutionPolicy.
 

Constructors in cagrid with parameters of type SortOptionList
GraphResolutionPolicy(LocalNameList filterOptions, ConceptReference graphFocus, boolean keeptLastAssociationUnresolved, int maximumToReturn, LocalNameList propertyNames, PropertyType[] propertyTypes, int resolveAssociationDepth, boolean resolveBackwards, int resolveCodedEntryDepth, boolean resolveForward, SortOptionList sortOptions)
           
SetResolutionPolicy(LocalNameList filterOptions, int maximumToReturn, LocalNameList propertyNames, PropertyType[] propertyTypes, boolean resolveConcepts, SortOptionList sortOptions)