Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.Sort Method 

MES- Sort is used by clients to resort the internal data according to new criteria.

public virtual void Sort(
   int[][] arrSort
);

Parameters

arrSort
is a 2D int array of PropertyIDs to sort by. It should contain a column for each sort. The first row holds the PropertyID, and the second row holds the sort direction, PTSAW_SORT_ASCENDING or PTSAW_SORT_DESCENDING.

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace