Uiinfrastructure API Docs  
 

ISortModel.SetSort Method 

Set the sort to use.

void SetSort(
   int nSortID,
   int nSortHeader,
   int nSortDirection
);

Parameters

nSortID
the ID of the objects to sort on.
nSortHeader
the index of the header to sort (starting with 0).
nSortDirection
PTSortedArrayWrapper.PTSAW_SORT_ASCENDING or PTSortedArrayWrapper.PTSAW_SORT_DESCENDING.

See Also

ISortModel Interface | com.plumtree.uiinfrastructure.form.sort Namespace | PTSortedArrayWrapper